Skip to content

Instantly share code, notes, and snippets.

@apisandipas
Forked from chrisjlee/drupal-views-share-global-text-field
Last active March 18, 2024 08:19
Show Gist options
  • Save apisandipas/74d396c7853b93f5f861091a2135d527 to your computer and use it in GitHub Desktop.
Save apisandipas/74d396c7853b93f5f861091a2135d527 to your computer and use it in GitHub Desktop.
Share url's for Facebook, Twitter, Pinterest and Linkedin with just get variables

Creating share buttons with just URL's

Twitter

http://twitter.com/share?text=<TITLE>&url=<URL>

E.g. http://twitter.com/share?text=This+is+google+a+search+engine&url=https%3A%2F%2Fwww.google.com

Facebook

http://www.facebook.com/sharer.php?u=<URL>&p[title]=<TITLE>

E.g. http://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.google.com%[title]=This+Is%2C+Google+a+search+engine

Pinterest

http://pinterest.com/pin/create/button/?url=<URL>&description=<TITLE>

E.g http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.google.com&description=This+is+google+a+search+engine

Linked In

https://www.linkedin.com/shareArticle?mini=true&url=[URL]&title=[TITLE]

E.g https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.google.com&title=This+is+google+a+search+engine

@divineinfosys
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment