I’m running mutlisite am looking to hardcode this into the sidebar of every blog.
I tried using the shortcode [quicksubscribe] like this but had no luck:
<?php echo do_shortcode('[quicksubscribe]'); ?>
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>In fact it hasn’t worked for some time even with the older version of WP.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>Is it possible to send e-mail to admin when new user subscribed/registered? Email to the user would be useful too.
Also when it used with Subscribe2 the new users have no subscribtions by default. I should subscibe them manually.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>Does the shortcode accept options? What is the template tag mentioned in other notes and does it accept parameters? It’d be very effective to insert in my theme something like this after every post:
[ajax-quick-subscribe title=”” description=”If you liked this, subscribe to be notified of future posts!” button=”displaystatic” buttonlabel=”Subscribe”]
This would print out the same as the widget but with the appropriate CSS classes and ids.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>Hoping this will get to an official release soon, here’s a quick fix for the widget area formatting. Without this on version 2.0 the widget’s description text started from the absolute left side of the widget area leaving no indentation in between while the form and button were indented correctly. This includes a minor code formatting fix.
In ajaxQuickSubscribe.php find from line 146
//add widget description.
echo get_option('quicksubscribe_widget_description');
echo '<div id="QSWidgetDiv" class="QSWidgetDiv">';
and reverse the order of these two echo commands:
echo '<div id="QSWidgetDiv" class="QSWidgetDiv">';
echo get_option('quicksubscribe_widget_description'); //add widget description.
Also on line 52 there’s a typo that can be corrected by changing thier
to their
. On WP plugin page there’s “ideia” with an extra e and “a mailing to” may to be missing the word “list”.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>When activated, this plug-in blocks content from showing on all blog posts, plus, it disables the <?php the_content(); ?>
function & variable completely. Cannot extract any content from the ‘post_content’ field in the database. Modifying the loop.php or single.php files have no results. Only solution is to deactivate plug-in.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>New install.
One subscriber, who uses Google to keep up with blogs she reads gets the notification in her reader but also does not receive the email.
None of the other addresses receive the email.
https://www.ads-software.com/extend/plugins/ajax-quick-subscribe/
]]>