[Plugin: Sociable] TwitThis / Twitter Corrected URL
-
The TwitThis / Twitter URL in sociable.php does not completely fill out the TwitThis form. To do so, follow the instructions below:
//find this code block somewhere around line 480: 'TwitThis' => Array( 'favicon' => 'twitter.png', 'url' => 'https://twitthis.com/twit?url=PERMALINK', ), // replace block above with this one 'TwitThis' => array( 'favicon' => 'twitter.png', 'url' => 'https://twitthis.com/twit?url=PERMALINK&title=TITLE', 'description' => 'Twitter / Twit This' ),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Sociable] TwitThis / Twitter Corrected URL’ is closed to new replies.