Share on Social Network Verteilen in sozialen Netwerken Im HTML Code reicht ein Link pro Netzwerk share.htm("https://www.gocher.me/code/share.htm") Im folgenden ein paar Beispiele für den Inhalt von window.open(), natürlich sollten sie hin und wieder überprüft werden da sich die Schnittstellen ständig ändern: * Google 'https://plus.google.com/share?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Twitter 'https://twitter.com/intent/tweet?original_referer=' + encodeURIComponent(location.href) + '&text=' + encodeURIComponent(document.title) + '&tw_p=tweetbutton&url=' + encodeURIComponent(location.href) + '&via=gocher.me' * Facebook 'http://www.facebook.com/sharer/sharer.php?s=100&p[url]=' + encodeURIComponent(location.href) + '&p[images][0]=' + encodeURIComponent('http://www.gocher.me/gocher~128x128.png') + '&p[title]=' + encodeURIComponent(document.title) * Xing 'https://www.xing.com/social_plugins/share?url=' + encodeURIComponent(location.href) * Webnews 'http://www.webnews.de/einstellen?url=' + encodeURIComponent(document.location) + '&title=' + encodeURIComponent(document.title) * Icio 'http://www.icio.de/add.php?url=' + encodeURIComponent(location.href) * Oneview 'http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL=' + encodeURIComponent(location.href) + '&title='+encodeURIComponent(document.title) * Linkarena 'http://linkarena.com/bookmarks/addlink/?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Favoriten.de 'http://www.favoriten.de/url-hinzufuegen.html?bm_url=' + encodeURIComponent(location.href) + '&bm_title=' + encodeURIComponent(document.title) * Seekxl 'http://social-bookmarking.seekxl.de/?add_url='+encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Kledy.de 'http://www.kledy.de/submit.php?url=' + (document.location.href) * Social Bookmark Portal 'http://www.social-bookmarking.dk/bookmarks/?action=add&title=' + encodeURIComponent(document.title) + '&address=' + (document.location.href) * BoniTrust 'http://www.bonitrust.de/account/bookmark/?bookmark_url=' + unescape(location.href) * Bookmarks.cc 'http://www.bookmarks.cc/bookmarken.php?action=neu&url=' + (document.location.href) + '&title=' + (document.title) * Favit 'http://www.favit.de/submit.php?url=' + (document.location.href) * Newskick 'http://www.newskick.de/submit.php?url=' + (document.location.href) * Newsider 'http://www.newsider.de/submit.php?url=' + (document.location.href) * Linksilo 'http://www.linksilo.de/index.php?area=bookmarks&func=bookmark_new&addurl=' + encodeURIComponent(location.href) + '&addtitle=' + encodeURIComponent(document.title) * Readster 'http://www.readster.de/submit/?url='+encodeURIComponent(document.location) + '&title=' + encodeURIComponent(document.title) * Folkd 'http://www.folkd.com/submit/' + (document.location.href) * Yigg 'http://yigg.de/neu?exturl=' + encodeURIComponent(location.href) * Digg 'http://digg.com/submit?phase=2&url=' + encodeURIComponent(location.href) + '&bodytext=&tags=&title=' + encodeURIComponent(document.title) * Del.icio.us 'http://del.icio.us/post?v=2&url=' + encodeURIComponent(location.href) + '&notes=&tags=&title=' + encodeURIComponent(document.title) * Reddit 'http://reddit.com/submit?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Jumptags 'http://www.jumptags.com/add/?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Upchuckr 'http://www.upchuckr.com/bookmarks.php/?action=add&address=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Simpy 'http://www.simpy.com/simpy/LinkAdd.do?title=' + encodeURIComponent(document.title) + '&tags=&note=&href=' + encodeURIComponent(location.href) * StumbleUpon 'http://www.stumbleupon.com/submit?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Slashdot 'http://slashdot.org/bookmark.pl?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) * Netscape 'http://www.netscape.com/submit/?U=' + encodeURIComponent(location.href) + '&T=' + encodeURIComponent(document.title) * Furl 'http://www.furl.net/storeIt.jsp?u=' + encodeURIComponent(location.href) + '&keywords=&t=' + encodeURIComponent(document.title) * Yahoo 'http://myweb2.search.yahoo.com/myresults/bookmarklet?t=' + encodeURIComponent(document.title) + '&d=&tag=&u=' + encodeURIComponent(location.href) * Spurl 'http://www.spurl.net/spurl.php?v=3&tags=&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.location.href) * Blinklist 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url=' + encodeURIComponent(location.href) + '&Title=' + encodeURIComponent(document.title) * Blogmarks 'http://blogmarks.net/my/new.php?mini=1&simple=1&url='+encodeURIComponent(location.href) +'&content=&public-tags=&title='+encodeURIComponent(document.title) * Diigo 'http://www.diigo.com/post?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&tag=&comments=' * Technorati 'http://technorati.com/faves?add=' + encodeURIComponent(location.href) + '&tag=' * Newsvine 'http://www.newsvine.com/_wine/save?popoff=1&u=' + encodeURIComponent(location.href) + '&tags=&blurb=' + encodeURIComponent(document.title) * Blinkbits 'http://www.blinkbits.com/bookmarklets/save.php?v=1&title=' + encodeURIComponent(document.title) + '&source_url=' + encodeURIComponent(location.href) + '&source_image_url=&rss_feed_url=&rss_feed_url=&rss2member=&body=' * Ma.Gnolia 'http://ma.gnolia.com/bookmarklet/add?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&description=&tags=' * Smarking 'http://smarking.com/editbookmark/?url=' + location.href + '&description=&tags=' * Netvouz 'http://www.netvouz.com/action/submitBookmark?url=' + encodeURIComponent(location.href) + '&description=&tags=&title=' + encodeURIComponent(document.title) + '&popup=yes'