Random question here. The pinterest button with this plugin doesn’t actually share the images, but just opens up pinterest? Am i right there?
Is there a way to make it grab the photos from the page automatically?
Or am i missing something?
Thanks!
]]>Love the RRSSB,
Just testing out your plugin … I am using the example given … with the Twenty Fifteen theme and no other plugins active ..
[rrssb options=”email, facebook, twitter, googleplus, linkedin, reddit, youtube, pinterest, pocket, github, tumblr, hacker news”]
… but I just get one big email link … it fills the whole post content space
]]>Using the default example of
[rrssb options="email, facebook, twitter, googleplus, linkedin, reddit, youtube, pinterest, pocket, github, tumblr, hackernews"]
I’m only getting the first (email) button displayed.
I changed the option-trimming code to the following, and all worked okay:
$options = array_map('trim', explode(',', $options));