<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Stephan Miller &#187; onlywire</title> <atom:link href="http://www.stephanmiller.com/tag/onlywire/feed/" rel="self" type="application/rss+xml" /><link>http://www.stephanmiller.com</link> <description>Building Websites, Traffic, and Income</description> <lastBuildDate>Tue, 20 Sep 2011 13:59:15 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Tag Support for the Onlywire Autosubmit Plugin</title><link>http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/</link> <comments>http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/#comments</comments> <pubDate>Mon, 05 Nov 2007 14:18:36 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[auto bookmark plugin]]></category> <category><![CDATA[onlywire]]></category> <category><![CDATA[onlywire autosubmit]]></category> <category><![CDATA[wordpress plugin]]></category><guid
isPermaLink="false">http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style" addthis:url='http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/' addthis:title='Tag Support for the Onlywire Autosubmit Plugin ' ><a
class="addthis_button_google_plusone" g:plusone:size="medium" ></a><a
class="addthis_counter addthis_pill_style"></a></div>This will be the first time I ventured into editing a plugin. It is hard to find information on tag support for WordPress 2.3. This post will tell me if I found everything I needed to make this plugin work a little better. The original onlywire autosubmit plugin can be found here. After using it [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/' addthis:title='Tag Support for the Onlywire Autosubmit Plugin' ><a
class="addthis_button_google +1"></a><a
class="addthis_button_facebook"></a><a
class="addthis_button_twitter"></a><a
class="addthis_button_stumbleupon"></a><a
class="addthis_button_email"></a><a
class="addthis_button_print"></a><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_preferred_5"></a><a
class="addthis_button_compact"></a></div>]]></description> <content:encoded><![CDATA[<div
class="addthis_toolbox addthis_default_style" addthis:url='http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/' addthis:title='Tag Support for the Onlywire Autosubmit Plugin ' ><a
class="addthis_button_google_plusone" g:plusone:size="medium" ></a><a
class="addthis_counter addthis_pill_style"></a></div><p>This will be the first time I ventured into editing a plugin. It is hard to find information on tag support for WordPress 2.3. This post will tell me if I found everything I needed to make this plugin work a little better. The original onlywire autosubmit plugin can be found <a
href="http://www.lionstarr.de/onlywire-autosubmit-a-wordpress-plugin.html" target="_blank">here</a>.</p><p>After using it a few times and then checking my delicious account, I realized the tagging functioning of this plugin didn&#8217;t work. Then I opened up the plugin and it didn&#8217;t even add tags. It just bookmarked your post without any tags to identify it. So I did some research and think I added the correct lines of code.</p><p>First I have to work around the exec-php plugin to post the code here. I fit in it as good as I could.</p><p>Wait until I update this post to see if it worked.</p><p>&nbsp;</p><p>&lt;?php<br
/> /**<br
/> Plugin Name: Only Wire Autosubmitter<br
/> Plugin URI: http:www.lionstarr.de/onlywire-autosubmitter-wordpress-plugin<br
/> Version: 2.0<br
/> Description: Autosubmits a excerpt of a posts to Onlywire when published<br
/> Author: lionstarr<br
/> Author URI: http:www.lionstarr.de<br
/> */<br
/> /*  Copyright 2007 lionstarr  (email : lionstarr@googlemail.com)</p><p> This program is free software; you can redistribute it and/or modify<br
/> it under the terms of the GNU General Public License as published by<br
/> the Free Software Foundation; either version 2 of the License, or<br
/> (at your option) any later version.</p><p> This program is distributed in the hope that it will be useful,<br
/> but WITHOUT ANY WARRANTY; without even the implied warranty of<br
/> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br
/> GNU General Public License for more details.</p><p> You should have received a copy of the GNU General Public License<br
/> along with this program; if not, write to the Free Software<br
/> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA<br
/> */</p><p> function onlywireSubmit($post_ID){<br
/> $username=get_option(&#8216;onlywire_username&#8217;);<br
/> $password=get_option(&#8216;onlywire_password&#8217;);<br
/> $post=get_post($post_ID);<br
/> $permalink = get_permalink($post_ID);<br
/> if ($posttags) {<br
/> $tags = get_the_tags($post_ID);<br
/> foreach($tags as $tag) {<br
/> $taglist .= $tag-&gt;name.&quot; &quot;;<br
/> }<br
/> }<br
/> $url=&quot;http://$username:$password@www.onlywire.com/api/add?<br
/> url=&quot;.$permalink.&quot;&amp;title=&quot;.urlencode($post-&gt;post_title).&quot;&amp;tags=&quot;.$taglist;<br
/> $returncode = file_get_contents($url);<br
/> update_option(&#8216;onlywire_returncode&#8217;,$returncode);<br
/> update_option(&#8216;onlywire_perm&#8217;,$permalink);<br
/> update_option(&#8216;onlywire_title&#8217;,$post-&gt;post_title);<br
/> update_option(&#8216;onlywire_url&#8217;,$url);<br
/> return $post_ID;<br
/> }<br
/> add_action(&#8216;publish_post&#8217;, &#8216;onlywireSubmit&#8217;);</p><p> // mt_add_pages() is the sink function for the &#8216;admin_menu&#8217; hook<br
/> function mt_add_pages_onlywire() {<br
/> // Add a new menu under Options:<br
/> add_options_page(&#8216;OnlyWire Options&#8217;, &#8216;OnlyWire Options&#8217;, 8, &#8216;onlywireoptions&#8217;, &#8216;mt_options_page_onlywire&#8217;);<br
/> }</p><p> // mt_options_page() displays the page content for the Test Options submenu<br
/> function mt_options_page_onlywire() {<br
/> if($_POST['onlywire_save']){<br
/> update_option(&#8216;onlywire_username&#8217;,$_POST['onlywire_username']);<br
/> update_option(&#8216;onlywire_password&#8217;,$_POST['onlywire_password']);<br
/> echo &#8216;&lt;div class=&quot;updated&quot;&gt;&lt;p&gt;OnlyWire Username &#8216;.$_POST['onlywire_username'].&#8217; and his password were sucessfully saved!&lt;/p&gt;&lt;/div&gt;&#8217;;<br
/> }<br
/> if($_POST['onlywire_reward'] &amp;&amp; get_option(&#8216;onlywire_rewarded&#8217;)!=&quot;true&quot;){</p><p> $username=get_option(&#8216;onlywire_username&#8217;);<br
/> $password=get_option(&#8216;onlywire_password&#8217;);<br
/> $url=&quot;http://$username:$password@www.onlywire.com/api/add?<br
/> url=http://www.lionstarr.de&amp;title=Linux%20Tutorials&quot;;<br
/> $url2=&quot;http://$username:$password@www.onlywire.com/api/add?<br
/> url=http://www.lionstarr.de/onlywire-autosubmit-a-wordpress-plugin.html&amp;title=&quot;.urlencode(&quot;OnlyWire Autosubmit A WordPress Plugin&quot;);</p><p> $ret1=file_get_contents($url);<br
/> $ret2=file_get_contents($url2);<br
/> if($ret1==&quot;&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot;?&gt;&lt;result code=\&quot;success\&quot; /&gt;&quot; &amp;&amp; $ret2==&quot;&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot;?&gt;&lt;result code=\&quot;success\&quot; /&gt;&quot;){<br
/> echo &#8216;&lt;div class=&quot;updated&quot;&gt;&lt;p&gt;Thanks for rewarding the author!&lt;/p&gt;&lt;/div&gt;&#8217;;<br
/> update_option(&#8216;onlywire_rewarded&#8217;,'true&#8217;);<br
/> }<br
/> else{<br
/> echo &#8216;&lt;div class=&quot;updated&quot;&gt;&lt;p&gt;It didn\&#8217;t work! Please try again another time!&lt;/p&gt;&lt;/div&gt;&#8217;;<br
/> }<br
/> update_option(&#8216;onlywire_returncode&#8217;,$ret2);<br
/> update_option(&#8216;onlywire_perm&#8217;,&quot;http://www.lionstarr.de/onlywire-autosubmit-a-wordpress-plugin.html&quot;);<br
/> update_option(&#8216;onlywire_title&#8217;,&quot;OnlyWire Autosubmit A WordPress Plugin&quot;);<br
/> update_option(&#8216;onlywire_url&#8217;,$url2);<br
/> }<br
/> ?&gt;<br
/> &lt;div class=&quot;wrap&quot;&gt;<br
/> &lt;h2&gt;OnlyWire Autosubmit Options&lt;/h2&gt;<br
/> &lt;form method=&quot;post&quot; id=&quot;onlywire_options&quot;&gt;<br
/> &lt;fieldset class=&quot;options&quot;&gt;<br
/> &lt;legend&gt;OnlyWire Authentifcation&lt;/legend&gt;<br
/> &lt;table width=&quot;100%&quot; cellspacing=&quot;2&quot; cellpadding=&quot;5&quot; class=&quot;editform&quot;&gt; <br
/> &lt;tr valign=&quot;top&quot;&gt; <br
/> &lt;th width=&quot;33%&quot; scope=&quot;row&quot;&gt;OnlyWire Username:&lt;/th&gt; <br
/> &lt;td&gt;&lt;input name=&quot;onlywire_username&quot; type=&quot;text&quot; id=&quot;onlywire_username&quot; value=&quot;&lt;?php echo get_option(&#8216;onlywire_username&#8217;) ;?&gt;&quot;/&gt;<br
/> &lt;/td&gt; <br
/> &lt;/tr&gt;<br
/> &lt;tr valign=&quot;top&quot;&gt; <br
/> &lt;th width=&quot;33%&quot; scope=&quot;row&quot;&gt;OnlyWire Password:&lt;/th&gt; <br
/> &lt;td&gt;&lt;input name=&quot;onlywire_password&quot; type=&quot;password&quot; id=&quot;onlywire_username&quot; value=&quot;&lt;?php echo get_option(&#8216;onlywire_password&#8217;) ;?&gt;&quot;/&gt;<br
/> &lt;/td&gt; <br
/> &lt;/tr&gt;<br
/> &lt;/table&gt;<br
/> &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;onlywire_save&quot; value=&quot;Save&quot; /&gt;&lt;/p&gt;<br
/> &lt;/fieldset&gt;&lt;/form&gt;<br
/> &lt;b&gt;If you&#8217;d like to reward the author of this plugin, please press the Reward Author button once. It will submit the Author&#8217;s Sites to OnlyWire using your Username. If the button doesn&#8217;t show up, you have already rewarded the author.&lt;/b&gt;<br
/> &lt;?php if(get_option(&#8216;onlywire_rewarded&#8217;)!=&quot;true&quot;){ ?&gt; <br
/> &lt;form method=&quot;post&quot; id=&quot;onlywire_reward_author&quot;&gt;<br
/> &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;onlywire_reward&quot; value=&quot;Reward the Author of this Plugin&quot; /&gt;&lt;/p&gt;&lt;?php } ?&gt;<br
/> &lt;/form&gt;<br
/> &lt;p&gt;The last Item submitted to OnlyWire was &lt;a href=&quot;&lt;?php echo get_option(&#8216;onlywire_perm&#8217;); ?&gt;&quot;&gt;&lt;?php echo get_option(&#8216;onlywire_title&#8217;); ?&gt;&lt;/a&gt;.The Return Code from OnlyWire was &lt;p&gt;&lt;i&gt;&lt;?php</p><p> $retcode=get_option(&#8216;onlywire_returncode&#8217;);<br
/> echo substr($retcode, 52, strlen($retcode)-56);</p><p> ?&gt;&lt;/i&gt;&lt;/p&gt; For further Information on Return Codes, please visit &lt;a href=&quot;http://www.onlywire.com?api&quot;&gt;OnlyWires API Page&lt;/a&gt;. If you want, you can try to submit the item manually by &lt;a href=&quot;http://www.onlywire.com/b/bmnoframe?u=&lt;?php echo get_option(&#8216;onlywire_perm&#8217;);?&gt;&amp;t=&lt;?php echo get_option(&#8216;onlywire_title&#8217;)?&gt;&quot;&gt;clicking on this link&lt;/a&gt;.&lt;/p&gt;<br
/> &lt;/div&gt;<br
/> &lt;?php<br
/> }</p><p> // Insert the mt_add_pages() sink into the plugin hook list for &#8216;admin_menu&#8217;<br
/> add_action(&#8216;admin_menu&#8217;, &#8216;mt_add_pages_onlywire&#8217;);<br
/> ?&gt;</p><p>&nbsp;</p><p>&nbsp;</p><p>UPDATE:</p><p>I am not yet sure if this works or not. Onlywire gave me this message:</p><blockquote><p><em>Error &#8211; You have already submitted 6 items today. Due to spammers misusing the system you are not allowed to submit more than 5 per day. Your counter will reset at midnight Pacific Standard Time. If you have a legitmate use for submitting more items per day you can request to have this limit increased, send an email to info@onlywire.com and justify your reason for increasing this limit. Thank you for your understanding.</em></p></blockquote><p>Even though this is the second bookmark I made today.</p><div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/' addthis:title='Tag Support for the Onlywire Autosubmit Plugin' ><a
class="addthis_button_google +1"></a><a
class="addthis_button_facebook"></a><a
class="addthis_button_twitter"></a><a
class="addthis_button_stumbleupon"></a><a
class="addthis_button_email"></a><a
class="addthis_button_print"></a><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_preferred_5"></a><a
class="addthis_button_compact"></a></div>]]></content:encoded> <wfw:commentRss>http://www.stephanmiller.com/tag-support-for-the-onlywire-autosubmit-plugin/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Weekend Wrap Up</title><link>http://www.stephanmiller.com/weekend-wrap-up/</link> <comments>http://www.stephanmiller.com/weekend-wrap-up/#comments</comments> <pubDate>Thu, 25 Oct 2007 12:17:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Monetize]]></category> <category><![CDATA[Website Design]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[backgrounds]]></category> <category><![CDATA[doshdosh]]></category> <category><![CDATA[dreamweaver]]></category> <category><![CDATA[onlywire]]></category> <category><![CDATA[tagstention]]></category> <category><![CDATA[wordpress templates]]></category> <category><![CDATA[zanox]]></category><guid
isPermaLink="false">http://www.stephanmiller.com/weekend-wrap-up/</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style" addthis:url='http://www.stephanmiller.com/weekend-wrap-up/' addthis:title='Weekend Wrap Up ' ><a
class="addthis_button_google_plusone" g:plusone:size="medium" ></a><a
class="addthis_counter addthis_pill_style"></a></div>My weekend starts tomorrow, but that doesn&#8217;t mean less work. I will just be adding more to my normal blogging schedule. I want to get back over to DoshDosh to read the post about Creating a Prospect List. That blog is so full of information and long posts I should print it out in a [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.stephanmiller.com/weekend-wrap-up/' addthis:title='Weekend Wrap Up' ><a
class="addthis_button_google +1"></a><a
class="addthis_button_facebook"></a><a
class="addthis_button_twitter"></a><a
class="addthis_button_stumbleupon"></a><a
class="addthis_button_email"></a><a
class="addthis_button_print"></a><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_preferred_5"></a><a
class="addthis_button_compact"></a></div>]]></description> <content:encoded><![CDATA[<div
class="addthis_toolbox addthis_default_style" addthis:url='http://www.stephanmiller.com/weekend-wrap-up/' addthis:title='Weekend Wrap Up ' ><a
class="addthis_button_google_plusone" g:plusone:size="medium" ></a><a
class="addthis_counter addthis_pill_style"></a></div><p>My weekend starts tomorrow, but that doesn&#8217;t mean less work. I will just be adding more to my normal blogging schedule.</p><p>I want to get back over to DoshDosh to read the post about <a
href="http://www.doshdosh.com/creating-a-prospect-list-for-traffic-and-links/" target="_blank">Creating a Prospect List</a>. That blog is so full of information and long posts I should print it out in a book to read. There is just too much there for the minimal attention span I have when reading things on the internet.</p><p>I hope to take this WordPress template at least a few steps further with the help of the <a
href="http://solutoire.com/tagstention/" target="_blank">Tagtension</a> extension for Dreamweaver. This thing is awesome. No looking up WordPress tags to create a template. They are all listed in a handy dandy toolbar in Dreamweaver.</p><p>&nbsp;I am going to try to learn to <a
target="_blank" href="http://www.seoprotoolz.com/cut-your-article-writing-time-up-to-3-times-without-spending-anything">streamline my blogging</a> by cutting my writing time down and becoming more organized with my research.</p><p>I am going to investigate <a
rel="nofollow" target="_blank" href="http://www.zanox.com/en/">Zanox</a> a little more. I want to see what they have to offer as an affiliate network. They have been around a while in Europe and only recently started accepting affiliates from the USA.</p><p>I am going to take a look at few <a
target="_blank" href="http://fadtastic.net/2007/10/10/big-bold-backgrounds/">site designs with big, bold backgrounds</a> to see if that is an option for another blog I am working on.</p><p>I am considering using Onlywire instead of just Delicious to bookmark sites and maybe even install the <a
href="http://www.lionstarr.de/onlywire-autosubmit-ein-wordpress-plugin.html" target="_blank">Onlywire Autosubmit plugin</a>, but only after <a
href="http://www.google.com/custom?cx=016797453198382072244%3Ax-jmfpficuq&amp;q=onlywire&amp;cof=AH%3Aleft%3BALC%3A%230000FF%3BBGC%3A%23FFFFFF%3BCX%3ASEO%2520Expert%2520Search%3BDIV%3A%230000FF%3BFORID%3A1%3BGALT%3A%23339900%3BGFNT%3A%23330099%3BGIMP%3A%23330099%3BL%3Ahttp%3A%2F%2Fwww%2Egoogle%2Ecom%2Fcoop%2Fimages%2Fcustom_search_sm%2Egif%3BLC%3A%230000FF%3BLH%3A65%3BLP%3A1%3BT%3A%23000000%3BVLC%3A%23663399%3B&amp;adkw=AELymgVWHoKkmpFAxIOkhgFyX6zZJR45kcCNZ2_erw_wEInpTShuBIj63ohbFjBKDdfbHq9Vnkq8CwCY0t_RH8oIDnXHzWcmw0TpdcWTInhdJDG-EQCsEpmby6hQsYs3aWNnQ7nXJkUMEnqF-1DWnYWvgAPJj0jb2Dndk784Rd-R0VUus3XkkLY&amp;client=pub-3394063222723599" target="_blank">researching Onlywire</a> a little more.</p><p>&nbsp;</p><div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.stephanmiller.com/weekend-wrap-up/' addthis:title='Weekend Wrap Up' ><a
class="addthis_button_google +1"></a><a
class="addthis_button_facebook"></a><a
class="addthis_button_twitter"></a><a
class="addthis_button_stumbleupon"></a><a
class="addthis_button_email"></a><a
class="addthis_button_print"></a><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_preferred_5"></a><a
class="addthis_button_compact"></a></div>]]></content:encoded> <wfw:commentRss>http://www.stephanmiller.com/weekend-wrap-up/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/16 queries in 0.008 seconds using disk: basic
Object Caching 731/758 objects using disk: basic

Served from: www.stephanmiller.com @ 2012-02-13 16:33:47 -->
