{"id":5782,"date":"2009-06-05T23:41:45","date_gmt":"2009-06-05T23:41:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/post-from-site\/"},"modified":"2012-01-10T16:46:53","modified_gmt":"2012-01-10T16:46:53","slug":"post-from-site","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/post-from-site\/","author":1819835,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"3.0.1","stable_tag":"3.0.1","tested":"3.3.2","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"Post From Site","header_author":"Kelly Dwan","header_description":"","assets_banners_color":"e7e7e7","last_updated":"2012-01-10 16:46:53","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=YB5AWJMBLCCVC&lc=US&item_name=redradar%2enet&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted","header_plugin_uri":"http:\/\/me.redradar.net\/category\/plugins\/post-from-site\/","header_author_uri":"http:\/\/me.redradar.net\/","rating":2,"author_block_rating":0,"active_installs":50,"downloads":40871,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>If you&#039;re updating from 2.0.3 or below, you&#039;ll need to resave your settings before it will work correctly (a lot of things were changed in 3.0).<\/p>"},"ratings":{"1":0,"2":"1","3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"487714","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.6.20","1.6.21","1.6.3","1.9.0","2.0.0","2.0.1","2.0.2","2.0.3","3.0","3.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538913","resolution":"1","location":"plugin"}},"screenshots":{"1":"Post From Site in action (default 'twentyeleven' theme): inserted onto a sticky post using the shortcode."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2250,23121,86,6911],"plugin_category":[],"plugin_contributors":[79091],"plugin_business_model":[],"class_list":["post-5782","plugin","type-plugin","status-publish","hentry","plugin_tags-frontend","plugin_tags-insert-post","plugin_tags-post","plugin_tags-quick-post","plugin_contributors-ryelle","plugin_committers-ryelle"],"banners":{"banner":"https:\/\/ps.w.org\/post-from-site\/assets\/banner-772x250.png?rev=487714","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/post-from-site_e7e7e7.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/post-from-site\/trunk\/screenshot-1.png?rev=1538913","caption":"Post From Site in action (default 'twentyeleven' theme): inserted onto a sticky post using the shortcode."}],"raw_content":"<!--section=description-->\n<p>Add an interface on your site to write a post (or page, or anything), without having to go into the admin section. Also allows for 'anonymous' posting (not logged in users, still asks for name\/email) with a recaptcha. This makes Post From Site a perfect plugin for your user reviews, a suggestion box, or even a very basic forum site.<\/p>\n\n<p>After install, you can display a form on your site via a widget, shortcode, or PHP code in your theme. See <a href=\"http:\/\/me.redradar.net\/category\/plugins\/post-from-site\/\">this page for further documentation<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip <code>pfs.zip<\/code><\/li>\n<li>Upload all files to the <code>\/wp-content\/plugins\/post-from-site<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Use your choice of include:<\/h4>\n\n<ol>\n<li>Add a widget in the <a href=\"http:\/\/codex.wordpress.org\/Appearance_Widgets_Screen\">Widgets section<\/a><\/li>\n<li>Add a shortcode to a page\/post\/CPT\n\n<ul>\n<li>Post From Site's basic shortcode is <code>[post-from-site]<\/code>. It has three options: <code>popup<\/code> defines whether the form will show on the site, or only after clicking a link (defaults to false, not a popup). <code>link<\/code> defines that link's text (defaults to 'quick post'). <code>cat<\/code> restricts the post to a specific category (defaults to none).<\/li>\n<\/ul><\/li>\n<li>Add PHP code to your template files. \n\n<ul>\n<li><code>&lt;?php $pfs = new PostFromSite(); $pfs-&gt;form(); ?&gt;<\/code> will output the form. You can pass the same variables as in the shortcode.<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>The popup won't show up \/ I'm redirected to a white page on submit<\/dt>\n<dd><p>Check that you have the javascript and css files in the plugin's folder (<code>post-from-site<\/code>). A problem with the first version of this plugin was that the plugin was looking for the files in the wrong directory. For other people it was also a problem with my code assuming a Linux filestructure, so on Windows servers it broke. 2.0.0+ shouldn't have this problem, as I'm using a different method of calling other files.<\/p>\n\n<p><a href=\"http:\/\/wordpress.org\/tags\/post-from-site?forum_id=10\">ask a question<\/a>?<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>3.0.1<\/h4>\n\n<ul>\n<li>Added the post_from_site function back for compatability<\/li>\n<\/ul>\n\n<h4>3.0<\/h4>\n\n<ul>\n<li>Rewrote code (again) into a class.<\/li>\n<li>Added Custom Post Type functionality, along with support for all taxonomies.<\/li>\n<li>Added widget functionality<\/li>\n<li>Added actions and filters to allow extension<\/li>\n<li>Images are uploaded correctly to gallery, and included image size is customizable<\/li>\n<\/ul>\n\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>Fixed the call to the non-existent 'pfs-widget.php'.<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Fixed an issue with headers<\/li>\n<li>Changed the <code>div<\/code> tag back to an <code>a<\/code> tag.<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Compatibility with 3.0<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>scrapped a lot of code, most of it never made a release<\/li>\n<li>moved over to strictly using jQuery<\/li>\n<li>multiple file upload support<\/li>\n<li>submits using ajax, then refreshes page, so you can see you addition immediately<\/li>\n<li>also gets rid of the double-post if you refresh the page<\/li>\n<li>default style has been changed<\/li>\n<\/ul>\n\n<h4>1.9.0<\/h4>\n\n<ul>\n<li>fixes double posting; <\/li>\n<li>better image support; <\/li>\n<li>introduction of '[!--image--]' tag; <\/li>\n<li>existing category\/tag dropdown with multiple selection;  <\/li>\n<li>ability to create new categories\/tags;  <\/li>\n<li>other minor adjustments<\/li>\n<\/ul>\n\n<h4>1.7.0<\/h4>\n\n<ul>\n<li>addition of tags <\/li>\n<li>bugfixes<\/li>\n<\/ul>\n\n<h4>1.6.x<\/h4>\n\n<ul>\n<li>Initial releases<\/li>\n<\/ul>","raw_excerpt":"Write a post without leaving your site!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/users\/1819835"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5782"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5782"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5782"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5782"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5782"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5782"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}