Posts

Showing posts from January, 2021

postToWordpress

titles=window.document.querySelectorAll("#title")[0].value;titles=titles.replace(/ /g,"<sp>").replace(/\n/g,"<br>");contents=window.document.querySelectorAll("#contents")[0].value;contents=contents.replace(/ /g,"<sp>").replace(/\n/g,"<br>");contents=contents.replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/\s/g,"<sp>");thumb=window.document.querySelectorAll("#image")[0].value;fbia_show_media=window.document.querySelectorAll("#fbia_show_media");macro="";macro+="URL GOTO="+add_post_url+"wp-admin/post-new.php\n";macro+="WAIT SECONDS=3\n";macro+="SET !ERRORIGNORE YES\n";macro+="TAG POS=1 TYPE=INPUT:TEXT FORM=ID:post ATTR=ID:title CONTENT="+titles+"\n";macro+="TAG POS=1 TYPE=BUTTON FORM=ID:post ATTR=ID:content-html\n";m...