[Plugin: Share and Follow] pinterest share left/right?
-
I don’t use this feature, since my images aren’t grabbed via the metadata, so I can’t test it, but I’ll bet you meant to do this instead?
(also, all of the references (in all sharing code, not just pinterest) to “bottom” say “left” in a similar manner, but again, I don’t use the code, so I might be totally off base)
Index: share-and-follow.php =================================================================== --- share-and-follow.php (revision 13139) +++ share-and-follow.php (working copy) if($this->_options['pinterest_topright']=='yes'){ - $buildspace .= $this->interactive_holder($this->doPinterestScript($postid), 'left'); + $buildspace .= $this->interactive_holder($this->doPinterestScript($postid), 'right'); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Share and Follow] pinterest share left/right?’ is closed to new replies.