Verteilen in sozialen Netwerken

Im HTML Code reicht ein Link pro Netzwerk

share.htm HTML (361 Bytes) 21.02.2021 00:18
<!DOCTYPE html >
<html>
  <body><a id="sbGoogle" class="social" title="Google" rel="nofollow" href="javascript:;" onclick="window.open('https://plus.google.com/share?url='+encodeURIComponent(location.href)+ '&title='+encodeURIComponent(document.title)); return false;"><span class="accessibility">Google</span></a></body>
</html>

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'

Kontakt

Udo Schmal
Udo Schmal

Udo Schmal
Softwareentwickler
Ellerndiek 26
24837 Schleswig
Schleswig-Holstein
Germany




+49 4621 9785538
+49 1575 0663676
+49 4621 9785539
SMS
WhatsApp

Google Maps Profile
Instagram Profile
vCard 2.1, vCard 3.0, vCard 4.0

Service Infos

CMS Info

Product Name:
UDOs Webserver
Version:
0.5.1.71
Description:
All in one Webserver
Copyright:
Udo Schmal
Compilation:
Tue, 26. Mar 2024 07:33:29

Development Info

Compiler:
Free Pascal FPC 3.3.1
compiled for:
OS:Linux, CPU:x86_64

System Info

OS:
Ubuntu 22.04.4 LTS (Jammy Jellyfish)

Hardware Info

Model:
Hewlett-Packard HP Pavilion dm4 Notebook PC
CPU Name:
Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz
CPU Type:
x86_64, 1 physical CPU(s), 2 Core(s), 4 logical CPU(s),  MHz