Social Auto Poster Developer Docs

“Social Auto Poster” Documentation by “WPWeb”

Action Reference

wpw_auto_poster_before_general_setting

This action runs before displaying general settings in admin panel. you can use this action to display content just before the general settings. This action includes one parameters $wpw_auto_poster_options.

wpw_auto_poster_after_general_setting

This action runs after displaying general settings in admin panel. you can use this action to display content just after the general settings. This action includes one parameters $wpw_auto_poster_options.

wpw_auto_poster_settings_panel_tab

This action runs displaying settings tab in admin panel. you can use this action to display custom tab in admin settings. This action includes one parameters $selected_tab.

wpw_auto_poster_settings_panel_tab_content

This action runs displaying settings tab content in admin panel. you can use this action to display custom tab content in admin settings. This action includes one parameters $selected_tab.


Filter Reference

wpw_auto_poster_validate_settings

This filter allows you to validate setting fields value before save. The filter includes two parameters, $input, $wpw_auto_poster_options.

wpw_auto_poster_verify_send_wall_post

This filter allows you to verify send wall post after post create / update. The filter includes three parameters, $allow, $post, $wpw_auto_poster_options.

wpw_auto_poster_get_permalink_before_publish

This filter allows you to modify Full Permalink before post publish. The filter includes two parameter, $post_url, $post_id.

wpw_short_post_link

This filter allows you to modify short post link. The filter includes six parameters, $link, $unique, $postid, $customlink, $socialtype, $shortnertype.

wpw_auto_poster_tweet_status_excerpt

This filter allows you to modify tweet status excerpt. The filter includes two parameters, $post_excerpt, $post.

wpw_auto_poster_date_format

This filter allows you to modify date format. The filter includes one parameter, $date which contain formatted date.

wpw_auto_poster_checked_publishbox

This filter allows you to checked / unchecked publish checkbox, if you want to checked then you can add social media name which you want to checked publish checkbox in lower case, The filter includes one parameter, $checked_publishboxs which is an array contain social media names in lowercase.

wpw_auto_poster_ba_post_params

This filter allows you to modify BufferApp posting parameters. The filter includes one parameter, $params, $post.

wpw_auto_poster_fb_redirect_url

This filter allows you to modify Facebook redirect URL. The filter includes one parameter, $redirect_url.

wpw_auto_poster_get_fb_login_url

This filter allows you to modify Facebook login URL. The filter includes two parameters, $login_url, $this.

wpw_auto_poster_fb_title

This filter allows you to modify Facebook posting title. The filter includes two parameters, $title, $post.

wpw_auto_poster_li_comments

This filter allows you to modify LinkedIn posting comments. The filter includes two parameters, $comments, $post.

wpw_auto_poster_li_content

This filter allows you to modify LinkedIn posting content. The filter includes three parameters, $content, $post, $profile_type.

wpw_auto_poster_li_title

This filter allows you to modify LinkedIn posting title. The filter includes three parameters, $title, $post, $profile_type.

wpw_post_meta_tb_posting_args

This filter allows you to modify Tumblr posting arguments. The filter includes two parameters, $args, $post.

wpw_post_meta_tw_template

This filter allows you to modify Twitter posting status. The filter includes one parameter, $status.

wpw_auto_poster_extra_security

This filter allows you to handle extra security for third party plugins when post to social media at the time of saving post. The filter includes two parameters, $extra_security, $post_id.