Quotes Collection and php shortcode plugins
-
I want to enable auto refresh for the quotes in my pages. So I’m trying to get the Quotes Collection plugin http://srinig.com/wordpress/plugins/quotes-collection/ to work with the Shortcode Exec PHP plugin http://blog.bokhorst.biz/3626/computers-en-internet/wordpress-plugin-shortcode-exec-php/.
The php code for the quotes plugin is
<?php quotescollection_quote('auto_refresh=5'); ?>So in the shortcode plugin I enter:
quotescollection_quote('auto_refresh=5');Not supposed to enter the php tags.
But I get this error:
[testimonials]=””
Unexpected output, do not use ECHO but RETURN
“<div id=”quotescollection_randomquote-0″ class=”quotescollection_randomquote”><p><q>This was my kind of interview! I felt like I was eavesdropping on a totally interesting conversation between two people I’d like to know. One sentence that really stood out for me was when Vicki said the words, “Peace in the midst of abundance.” Thank you for the advice – now I am all about ‘digging’ into my first chakra (and loving trees even more).</q> <cite>— <span class=”quotescollection_author”>Jessica</span></cite></p><script type=”text/javascript”>quotescollection_timer(0, 2, 1, 1, ”, 500, 5, 1);</script></div>”Any assistance would be greatly appreciated.
Thanks
Edward
The topic ‘Quotes Collection and php shortcode plugins’ is closed to new replies.