Return to Snippet

Revision: 29752
at August 4, 2010 10:40 by Macgeeky


Initial Code
tell application "Safari"
		set linken to (get URL of document 1) as string
		set tittel to (do JavaScript "document.title" in document 1) as string
	end tell
	
	set tweet to tittel & ":  " & linken
	set the clipboard to tweet
	
open window of application "TweetDeck"
tell application "TweetDeck"
	activate
	tell application "System Events" to keystroke "v" using {command down}
end tell

Initial URL

                                

Initial Description

                                

Initial Title
Safari - send tittel og url til TweetDeck

Initial Tags

                                

Initial Language
AppleScript