[Plugin: Sociable] Add Title of Post to Twitter Socialable tag?
-
Hey guys,
I am trying to get it so that when I hit the “TwitThis” sociable button on my WordPress post that I’ll get the title of my post included in addition to the URL that is inserted into Twitter when you do hit this button.
I narrowed it down to the “sociable.php” file on line 646.
I see where it pulls the URL, but how do I get it to pull the header as well?
Thanks!
Here’s the code if you don’t feel like pulling up “sociable.php”:
$site = $sociable_known_sites[$sitename]; 'TwitThis' => Array( 'favicon' => 'twitter.gif', 'url' => 'https://twitter.com/home?status=PERMALINK', ),
- The topic ‘[Plugin: Sociable] Add Title of Post to Twitter Socialable tag?’ is closed to new replies.