<?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 for Artiss.co.uk</title> <atom:link href="http://www.artiss.co.uk/comments/feed" rel="self" type="application/rss+xml" /><link>http://www.artiss.co.uk</link> <description>Geek up your life</description> <lastBuildDate>Fri, 10 Feb 2012 20:13:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42129</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 20:13:03 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42129</guid> <description>google+ says: You supplied an invalid value for the parameter &#039;dest&#039;.
+__+</description> <content:encoded><![CDATA[<p>google+ says: You supplied an invalid value for the parameter &#8216;dest&#8217;.<br
/> +__+</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42121</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 17:42:03 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42121</guid> <description>I finnaly made it.I put in both parent and child theme icons and didnt worked i tryed parent theme functions also didnt worked then i tryed child theme functions to put code same thing then i removed from this line &lt;code&gt;$content .= &#039;&#039; . simple_social_bookmarks( &#039;&#039;, $shorturl ,&#039;&#039;, &#039;&#039; ) . &quot;\n&quot;; &lt;/code&gt; next code &lt;code&gt;$shorturl ,&lt;/code&gt; and started to work now just to check from which folder he is taking icons i will rename one of icons folders to check.</description> <content:encoded><![CDATA[<p>I finnaly made it.I put in both parent and child theme icons and didnt worked i tryed parent theme functions also didnt worked then i tryed child theme functions to put code same thing then i removed from this line <code>$content .= '' . simple_social_bookmarks( '', $shorturl ,'', '' ) . "\n"; </code> next code <code>$shorturl ,</code> and started to work now just to check from which folder he is taking icons i will rename one of icons folders to check.</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42119</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 17:27:48 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42119</guid> <description>hehehehe im too tired i tottaly forget that we have been talking for child theme.I will put icon folder in child theme but i put function code in main theme function becouse folder with icon was in main theme directory.Sorry :) i will try to modify CSS for those larger icons and test it to see how will react in live and if i succed i will pass to you.</description> <content:encoded><![CDATA[<p>hehehehe im too tired i tottaly forget that we have been talking for child theme.I will put icon folder in child theme but i put function code in main theme function becouse folder with icon was in main theme directory.Sorry <img
src='http://www.artiss.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> i will try to modify CSS for those larger icons and test it to see how will react in live and if i succed i will pass to you.</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by David Artiss</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42117</link> <dc:creator>David Artiss</dc:creator> <pubDate>Fri, 10 Feb 2012 17:22:43 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42117</guid> <description>Where is the 32x32 folder located? If it&#039;s in the main theme folder it needs to be in the child theme.
David.</description> <content:encoded><![CDATA[<p>Where is the 32&#215;32 folder located? If it&#8217;s in the main theme folder it needs to be in the child theme.</p><p>David.</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42116</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 17:18:08 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42116</guid> <description>I just removed old code and update plugin and i put code for other then default icons but icons dont show up just text links &lt;code&gt;// Add to Post
function add_ssb_to_post( $content ) {
// If a single post or page, add Social Bookmarks
if ( ( is_single() ) or ( is_page() ) ) {
if ( function_exists( &#039;simple_social_bookmarks&#039; ) ) {
// If URL Shortener plugin exists generate a short URL for the page
if ( function_exists( &#039;simple_url_shortener&#039; ) ) {
$shorturl = simple_url_shortener( &#039;&#039;, &#039;service=bit.ly&#039; );
} else {
$shorturl = &#039;&#039;;
}
// Add Social Bookmarks to bottom of post
$content .= &#039;&#039; . simple_social_bookmarks(&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;iconfolder=32x32&amp;default=off&amp;facebook=on&amp;twitter=on&amp;wordpress=on&amp;googleplus=on&amp;myspace=on&amp;yahoomail=on&amp;gmail=on&amp;email=on&amp;&amp;target=_blank&#039;) . &quot;\n&quot;;
}
}
return $content;
}
add_action( &#039;the_content&#039;, &#039;add_ssb_to_post&#039; ); &lt;/code&gt; should i remove url shortener code?</description> <content:encoded><![CDATA[<p>I just removed old code and update plugin and i put code for other then default icons but icons dont show up just text links <code>// Add to Post<br
/> function add_ssb_to_post( $content ) {<br
/> // If a single post or page, add Social Bookmarks<br
/> if ( ( is_single() ) or ( is_page() ) ) {<br
/> if ( function_exists( 'simple_social_bookmarks' ) ) {<br
/> // If URL Shortener plugin exists generate a short URL for the page<br
/> if ( function_exists( 'simple_url_shortener' ) ) {<br
/> $shorturl = simple_url_shortener( '', 'service=bit.ly' );<br
/> } else {<br
/> $shorturl = '';<br
/> }<br
/> // Add Social Bookmarks to bottom of post<br
/> $content .= '' . simple_social_bookmarks('','','','iconfolder=32x32&amp;default=off&amp;facebook=on&amp;twitter=on&amp;wordpress=on&amp;googleplus=on&amp;myspace=on&amp;yahoomail=on&amp;gmail=on&amp;email=on&amp;&amp;target=_blank') . "\n";<br
/> }<br
/> }<br
/> return $content;<br
/> }<br
/> add_action( 'the_content', 'add_ssb_to_post' ); </code> should i remove url shortener code?</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by David Artiss</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42115</link> <dc:creator>David Artiss</dc:creator> <pubDate>Fri, 10 Feb 2012 17:08:25 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42115</guid> <description>I generally leave it up to the user to decide on their own styling - however, if there&#039;s any you can provide I&#039;ll be happy to include them in any release.
David.</description> <content:encoded><![CDATA[<p>I generally leave it up to the user to decide on their own styling &#8211; however, if there&#8217;s any you can provide I&#8217;ll be happy to include them in any release.</p><p>David.</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42112</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 16:30:07 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42112</guid> <description>I put more then 2 links in previous post so probably is marked as spam ;)</description> <content:encoded><![CDATA[<p>I put more then 2 links in previous post so probably is marked as spam <img
src='http://www.artiss.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42111</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 16:20:03 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42111</guid> <description>what do you think about very large social bookmarks icons?for example 60x60 or more but instead of jumping up animation to be like you open the door?sometning like this http://www.youtube.com/watch?v=c3wHB6mOMBs&amp;feature=player_embedded that is great for black background but for white we could use borders during animation to be viewed nice and maybe becouse of size of icons to ass also border radius and text could be for example Click to share or Click or whatever.Im using Boxer plugin for my website you can see it if you have time www.velikisiljegovac.com on homepage and i will try to do same thing like this.What you think about that?</description> <content:encoded><![CDATA[<p>what do you think about very large social bookmarks icons?for example 60&#215;60 or more but instead of jumping up animation to be like you open the door?sometning like this <a
href="http://www.youtube.com/watch?v=c3wHB6mOMBs&#038;feature=player_embedded" rel="nofollow">http://www.youtube.com/watch?v=c3wHB6mOMBs&#038;feature=player_embedded</a> that is great for black background but for white we could use borders during animation to be viewed nice and maybe becouse of size of icons to ass also border radius and text could be for example Click to share or Click or whatever.Im using Boxer plugin for my website you can see it if you have time <a
href="http://www.velikisiljegovac.com" rel="nofollow">http://www.velikisiljegovac.com</a> on homepage and i will try to do same thing like this.What you think about that?</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by David Artiss</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42110</link> <dc:creator>David Artiss</dc:creator> <pubDate>Fri, 10 Feb 2012 16:10:34 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42110</guid> <description>Sure - I&#039;m always happy to receive help and advise!
David.</description> <content:encoded><![CDATA[<p>Sure &#8211; I&#8217;m always happy to receive help and advise!</p><p>David.</p> ]]></content:encoded> </item> <item><title>Comment on Automatically adding Simple Social Bookmarks plugin to your posts by aleksandar</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/comment-page-1#comment-42109</link> <dc:creator>aleksandar</dc:creator> <pubDate>Fri, 10 Feb 2012 16:08:12 +0000</pubDate> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405#comment-42109</guid> <description>I haved problems with some hackers tonight so i didnt sleep all night those sc... hacked my hosting provider and put some basic page with nonsence with some stupid things and not just to me there was maybe 200 domains also but i was online and that was last 5 min.Before 6 7 days also with some plugin i get some cloakin malware that redirect from google my domain to some malware site.is it possible that wordpress is that much full with holes or i just imagine that?</description> <content:encoded><![CDATA[<p>I haved problems with some hackers tonight so i didnt sleep all night those sc&#8230; hacked my hosting provider and put some basic page with nonsence with some stupid things and not just to me there was maybe 200 domains also but i was online and that was last 5 min.Before 6 7 days also with some plugin i get some cloakin malware that redirect from google my domain to some malware site.is it possible that wordpress is that much full with holes or i just imagine that?</p> ]]></content:encoded> </item> </channel> </rss>
