User Post On Social Network

Plugin Banner

User Post On Social Network

by Sajid Sayyad

Download
Description

This plugin allow user to create a post on your site and at the same time post it on social network.

PS: You’ll need a curl enabled on your server to achieve the target.

  1. Upload the plugin to your blog, Activate it, then enter your facebook app details.
  2. To use the plugin – add shortcode [upsn] in your post/page. Or you can add if( function_exists(‘userpostsocialnetwork’) ) { userpostsocialnetwork(); } in your page template.
  1. facebook app details

    facebook app details

  2. Front End

    Front End

  3. Front End Form

    Front End Form

  4. Facebook Wall

    Facebook Wall

How do i submit the post?

  1. First you need to login with facebook using our plugin.
  2. After login you can view the post submission form.

How do i upload large size image using this plugin?

  1. To upload large file using this plugin you have to change ‘upload_max_filesize ‘ and ‘post_max_size’ in php.ini file.
  2. Keep same size for ‘upload_max_filesize’ and ‘post_max_size’ in php.ini.

Back to top