Viewing 1 replies (of 1 total)
  • Plugin Author Illia

    (@fornyhucker)

    Hi there!

    Yes, there is a sfp_page_plugin() function now.

    <?php if ( function_exists("sfp_page_plugin") ) {
    	$args = array(
    		'url'		=> 'https://www.facebook.com/topdevs.net',
    		'width'		=> '',
    		'height'	=> '',
    		'hide_cover'	=> false,
    		'show_facepile'	=> true,
    		'small_header'	=> false,
    		'timeline'	=> false,
    		'events'	=> false,
    		'messages'	=> false,
    		'locale' => 'en_US'
    	);
    	sfp_page_plugin( $args );
    } ?>

    The shortcode to use is [sfp-page-plugin].

Viewing 1 replies (of 1 total)
  • The topic ‘replacement for php call to sfp_like_box’ is closed to new replies.