Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: [FaceBook Feed] Padding
    vijay

    (@vijay_malav)

    Hi wellbeingtips

    Please try using this snippet.

    .wff-fb-item {
    padding: 4px 0px 4px !important;
    }

    For any help please write to us.

    Thanks

    vijay

    (@vijay_malav)

    Hi,
    You need to make small change in facebook-feed-shortcode.php file inside your plugin package.
    Find the below snippet in this file:
    $authortext = '<a href ='. $link_to_page .'>'.$authortext.'</a>';
    and replace it with
    $authortext = '<a href='. $link_to_page .' target="_blank">'.$authortext.'</a>';.

    For any help kindly write to us.

    Thanks

    vijay

    (@vijay_malav)

    hii

    Make sure you did not publish the post after save it to draft, we mark the post “save draft” for further publish.
    If you want published post in draft then:
    goto Dashboard >> all posts >> edit post >> in right side: change status published to draft and click on update.

    Thanks
    Vijay

Viewing 3 replies - 1 through 3 (of 3 total)