$options["footer"]="<br /><center><hr/><em>Posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : [%original_link%] </em><hr/></center>";
$options["footer"]="<br /><center><hr/><em>Posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : [%original_link%] </em><hr/></center>";
if(!isset($options["twoway"]))
$options["twoway"]="off";
if(!isset($options["update"]))
$options["update"]="on";
if(!isset($options["twoway-front"]))
$options["twoway-front"]="off";
if(!isset($options["wordlimit"]))
$options["wordlimit"]="0";
$users=get_users();
$users=get_users();
...
@@ -95,8 +106,8 @@
...
@@ -95,8 +106,8 @@
<p> Default tags : <br> separate each tag by a space, 5 max <br> Will be used if you don't specify tags when publishing. </p>
<p> Default tags : <br> separate each tag by a space, 5 max <br> Will be used if you don't specify tags when publishing. </p>
<p> Delay posts : Your posts will get published to steem x minutes after being published on your blog. A value of 0 posts your articles to steem as soon as you publish them.</p>
<p> Delay posts : Your posts will get published to steem x minutes after being published on your blog. A value of 0 posts your articles to steem as soon as you publish them. maximum value is 87600, 2 months. </p>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-seo"name="<?phpecho$this->plugin_name;?>[seo]"<?phpecho$options['seo']=="off"?'':'checked="checked"'?>> Add the footer text to the end of the article.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-seo"name="<?phpecho$this->plugin_name;?>[seo]"<?phpecho$options['seo']=="off"?'':'checked="checked"'?>> Add the footer text to the end of the article.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-featured"name="<?phpecho$this->plugin_name;?>[featured]"<?phpecho$options['featured']=="off"?'':'checked="checked"'?>> Add featured images on top of the steem post.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-featured"name="<?phpecho$this->plugin_name;?>[featured]"<?phpecho$options['featured']=="off"?'':'checked="checked"'?>> Add featured images on top of the steem post.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-update"name="<?phpecho$this->plugin_name;?>[update]"<?phpecho$options['update']=="off"?'':'checked="checked"'?>> Update the steem post when updating on wordpress.<br>
<br/>
<br/>
...
@@ -146,8 +158,24 @@
...
@@ -146,8 +158,24 @@
?>
?>
<br/>
Two way integration (BETA) <br/>
Displays Steem features including, upvotes, pending rewards, comments and Steem log in on the blog interface. <br/>
<?php
echo"<input type='checkbox' id='".$this->plugin_name."-twoway' name='".$this->plugin_name."[twoway]' ".($options['twoway']=="on"?"checked='checked'":"")."> Activate for posts. <br/>";
echo"<input type='checkbox' id='".$this->plugin_name."-twoway-front' name='".$this->plugin_name."[twoway-front]' ".($options['twoway-front']=="on"?"checked='checked'":"")."> Activate for front page (requires two way integration for posts to be active).";
?>
<br/>
<p> Word limit : only publish the first x words to the steem blockchain, set to 0 to publish the entire article. </p>
echo"Username/posting key : <b style='color: red'> Wrong</b> <br/> Are you sure you used the private posting key and not the public posting key or password ?<br/>";
echo"Username/posting key : <b style='color: red'> Wrong</b> <br/> Are you sure you used the private posting key and not the public posting key or password ?<br/>";