Your plugin is just about perfect!
I've been able to tweak the css to make it fit my sandbox theme here:
http://mtpsandbox.com/about/
Is there any way to modify it so the pins open in a new browser window?
http://wordpress.org/extend/plugins/pinterest-pinboard-widget/
dizzyland
Member
Posted 5 months ago #
Hey Rene,
I had the same issue and I found a fix so I thought I would share.
In the plugin editor go to "pinterest-pinboard-widget/pinterest-pinboard-widget.php"
About half way down you'll see this:
echo("<a href=\"$url\">
Change it to this:
echo("<a href=\"$url\" target=\"_blank\">
Hope that helps. :)
Creepy Gnome
Member
Posted 5 months ago #
That is nice you provided the fix, thanks for that!!
I really think this should be added to the plugin by CodeFish with a checkbox to enable it in the widget to allow both behaviors. :)
dizzyland
Member
Posted 5 months ago #
Thanks!!
I agree.
I also wish that we could sort by boards but I suppose that's a topic for another thread.
The site I'm using it for is specific to a certain board that my friend is using so having just random pins is awesome... but not as awesome as it could be.
Hopefully it gets a much needed update soon! I've tried the others and I currently like this one the best. It's nice and clean.
Thanks again...
codefish
Member
Plugin Author
Posted 4 months ago #
I'm adding support for opening in a new window in the upcoming version 1.0.3. I plan to release it later this week.