I solved id by myself.
For those who want do the same trick:
go to bliss-facebook-likebox plugin folder, edit cool-fb-likebox.php.
Near the bottom of file there will be an $url variable.
Change:
$url = urlencode($get_cfbl_options['fbpageurl']);
to:
wp_reset_query();
global $post;
$site-id = 1; // use your own needed number
if( is_page($site-id) || $post->post_parent == '.$site-id.') {
$url = urlencode('https://www.facebook.com/pages/Your-Fanpage');
} else {
$url = urlencode($get_cfbl_options['fbpageurl']); //editable in plugin options
}
Related Posts:
- Facebook comments box on front page
- How to get user-meta from Social Login registered users?
- Installing Facebook comment plug in without loosing all previous wordpress comments?
- Top 3 posts in last week ordered by Facebook and Twitter share counts
- Facebook Like Button On Individual Comments
- Is it possible to integrate WordPress *posts* and social media (Facebook, Google+, Twitter)? [closed]
- Allow Facebook to preview posts before published
- Shortcode in AJAX popup
- Are there any plugins yet that support Facebook Like, Google +1 and allow Social Interaction tracking on Google Analytics
- WordPress Social Login > Post to a users Facebook wall
- Facebook plugin shows existing comments
- Conditionally add apt. Open Graph meta data to different pages on WordPress site
- Facebook Like needs confirmation?
- How to Add custom subtitle as og:title to Facebook Open Graph Meta Data in WordPress Themes?
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- What is generating my meta og:description?
- Updating the Drag-To-Share eXtended share URLs?
- Integrate BuddyPress & Facebook
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- Want to take Facebook Page posts and turn them into blog post
- Set plugin-values when creating post via REST-API
- Restrict access to content in conjunction with facebook connect & google login
- Integrate Facebook comments with native comments
- How do post a Photo to Facebook when a post is published? [closed]
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- Is there a social members only login plugin for WordPress? [closed]
- Posting from WordPress to Facebook [closed]
- How to grab facebook page feed?
- Socialite WP plugin, unable to obtain API keys from FB
- Where is this strange og:description coming from?
- Shortcode does not expand in Facebook like
- how do i change my website facebook login button to another text immediately user login? [closed]
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- Error: Can´t access facebook comment plugin admin page
- Facebook ‘Share’ and ‘Like’ on individual posts
- Facebook and Twitter share buttons not working [closed]
- Change the Simple Facebook Connect popup position
- Publishing a video from blog to youtube
- How to get Facebook comment plugin in blog? [closed]
- Displaying the facebook profile picture in the WP-FB AutoConnect widget?
- Allow webp use on website but disallow webp as featured image during post creation
- How to stop Facebook mobile in-app browser cache on WordPress
- Facebook sharing image error with facebook debug
- Facebook Quote Plugin for Blockquote?
- How to display the Facebook like count in WordPress theme [closed]
- How to display single arbitrary facebook post with a shortcode?
- Facebook meta tags not working properly on WordPress Site
- Facebook Feed Grabber Cache Relative to Dev Machine, not Server Install
- Remove ‘Publish to Facebook’ checkbox for Facebook page publish plugin
- Facebook Like Button with NextGen Gallery
- Overriding FB Auto Connect plugin function displayed in footer
- wp_update_post call really slow when official Facebook plugin is installed
- Publishing videos and images from blog to facebook
- Display Facebook photo albums and photo comments?
- Make a magic tag work with Custom Post Types
- Facebook like plugin with Multi Option-Needed [closed]
- Looking for Plugin that displays Facebook group’s photos [closed]
- Open graph issue on my theme
- Facebook comment into my blog
- Serious social interaction [closed]
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Publish post facebook page & twitter automatically [closed]
- How to tell if a plugin is multisite compatible?
- GPL and plugins
- WordPress media upload limit?
- Can a plugin add to header/footer/body content?
- Why plugin ajax response is -1?
- How do I add a custom sub menu menu under Woo-commerce marketing?
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- WooCommerce Checkout Error [closed]
- How can I change a plugin’s URL?
- update_user_meta() misfires sometimes
- Multiple domains issue
- Plugins fail to update: Download failed. A valid URL was not provided
- What is the right way to show reusable content
- URLs Added to ACF Repeater Field are not working
- How to allow Contributors to publish articles after approval
- Making my plugin create a page?
- Not One ‘Contact Form Plugin’ will send email // Work
- PHP Warning: Declaration of aec_contributor_list::form() should be compatible with WP_Widget::form($instance)
- Built a second plugin but it overwrote the first one
- CMB2 not working in my WordPress theme
- Preview with Custom Post Type Not Working
- Insert a Woocomerce product in specific product category
- How to disable tinyMCE button added by a plugin?
- Custom page in plugin visible in menu
- Preventing a missing or faulty plugin loaded inside of wp-settings from halting a script
- I have English words in Kurdish pages
- How can I add a custom Javascript snippet to display my feedback in footer?
- Only allow a plugin to work on a specific page? (Prefer not to use a plugin)
- Adding link for logged in user? [closed]
- WordPress Development understanding core
- Input gets deleted/overwritten after changing to different Admin Menu
- Drop down menu location select widget
- How do I reset BackWPup?
- How to fix ‘Call to undefined function do_settings()’ error?
- Child Plugin Admin Panel
- How to output cmb2 wysiwyg by using timber
- fatal erro in one line if statment in wordpress plugin [Solved]
- Change email notification language based on the site language in WPForms