<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Use the Bookmarking Feature in WP eMember</title>
	<atom:link href="http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Jul 2010 02:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-195</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 02 May 2010 04:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-195</guid>
		<description>Yep, you can place it anywhere by modifying the CSS file.

open the &quot;eMember_style.css&quot; file and look for &quot;emember_bookmark_button&quot; entries and modify them as necessary.</description>
		<content:encoded><![CDATA[<p>Yep, you can place it anywhere by modifying the CSS file.</p>
<p>open the &#8220;eMember_style.css&#8221; file and look for &#8220;emember_bookmark_button&#8221; entries and modify them as necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Rose</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-191</link>
		<dc:creator>Robert Rose</dc:creator>
		<pubDate>Sat, 01 May 2010 17:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-191</guid>
		<description>Hi there.... 

Love the bookmarketing function... Is there a way to move the bookmarketing tag to the bottom (end) of a post instead of the top...  Because it&#039;s at the top it shows up in some themes as the first piece of content - which can throw off the design of the Home page (listing of all posts)</description>
		<content:encoded><![CDATA[<p>Hi there&#8230;. </p>
<p>Love the bookmarketing function&#8230; Is there a way to move the bookmarketing tag to the bottom (end) of a post instead of the top&#8230;  Because it&#8217;s at the top it shows up in some themes as the first piece of content &#8211; which can throw off the design of the Home page (listing of all posts)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-153</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 12 Apr 2010 07:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-153</guid>
		<description>@Rick, you can specify which page or post you don&#039;t want the bookmark to appear from the &quot;Manage Content Protection&quot; page.</description>
		<content:encoded><![CDATA[<p>@Rick, you can specify which page or post you don&#8217;t want the bookmark to appear from the &#8220;Manage Content Protection&#8221; page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Anderson</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-152</link>
		<dc:creator>Rick Anderson</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-152</guid>
		<description>Something that would be very useful is the ability to not display bookmark icons for certain pages.  You don&#039;t want a bookmark on a squeeze page or a signup page or a login page.</description>
		<content:encoded><![CDATA[<p>Something that would be very useful is the ability to not display bookmark icons for certain pages.  You don&#8217;t want a bookmark on a squeeze page or a signup page or a login page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-115</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-115</guid>
		<description>Shortcodes only work in a post or page so if you want to display the bookmarks from a template file (e.g. header.php) or sidebar you will need to use the corresponding PHP function. You can simply use a PHP executing plugin and add a widget to the sidebar then put the following code:

&lt;?php echo print_eMember_bookmark_list(); ?&gt;

Remember all the available shortcodes and PHP functions are listed in the shortcodes list here:

http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-shortcodes-and-functions-reference-124</description>
		<content:encoded><![CDATA[<p>Shortcodes only work in a post or page so if you want to display the bookmarks from a template file (e.g. header.php) or sidebar you will need to use the corresponding PHP function. You can simply use a PHP executing plugin and add a widget to the sidebar then put the following code:</p>
<p>< ?php echo print_eMember_bookmark_list(); ?></p>
<p>Remember all the available shortcodes and PHP functions are listed in the shortcodes list here:</p>
<p><a href="http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-shortcodes-and-functions-reference-124" rel="nofollow">http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-shortcodes-and-functions-reference-124</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carol</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-113</link>
		<dc:creator>carol</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-113</guid>
		<description>Hi - how do we add the bookmark tag to a sidebar widget?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; how do we add the bookmark tag to a sidebar widget?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-96</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-96</guid>
		<description>Hi Valerie, the following tag is needed where you want to display the bookmarks for the member:

[wp_eMember_bookmark_list:end]

If you go to the settings menu of the plugin and read the help text next to each options you will see what tag is needed for what.</description>
		<content:encoded><![CDATA[<p>Hi Valerie, the following tag is needed where you want to display the bookmarks for the member:</p>
<p>[wp_eMember_bookmark_list:end]</p>
<p>If you go to the settings menu of the plugin and read the help text next to each options you will see what tag is needed for what.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valérie</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-95</link>
		<dc:creator>Valérie</dc:creator>
		<pubDate>Fri, 22 Jan 2010 02:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-95</guid>
		<description>Oh by the way, this bookmark option is great! Bravo!  :)</description>
		<content:encoded><![CDATA[<p>Oh by the way, this bookmark option is great! Bravo!  <img src='http://www.tipsandtricks-hq.com/wordpress-membership/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valérie</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-the-bookmarking-feature-in-wp-emember-99/comment-page-1#comment-94</link>
		<dc:creator>Valérie</dc:creator>
		<pubDate>Fri, 22 Jan 2010 01:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=99#comment-94</guid>
		<description>Hello,

You talk about a tag here that I did not see when I installed eMeber. Is there a place where I could see all the tags available for eMember? Like the one to show profile (not to edit), I don&#039;t know where to find it... Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>You talk about a tag here that I did not see when I installed eMeber. Is there a place where I could see all the tags available for eMember? Like the one to show profile (not to edit), I don&#8217;t know where to find it&#8230; Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.tipsandtricks-hq.com @ 2010-07-31 08:17:11 -->