Descripción
Embed Facebook Videos, Posts and Live Status easily. Customise your Facebook Wall and display on your page with easy-to-use Shortcodes.
Features:-
* Pull in videos based off facebook Page ID
* Pull in Live Streaming based off facebook Page ID
* options to customize Section max width, background color, column count, border color, colum spacing
Instalación
- Upload the plugin files to the
wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Easy Embed for Social Media Wall screen to configure the plugin
- Fill in the required fieds as per the usage, please note Facebook Access Token is a must for this to work.
- To add the Facebook wall to your site, you can use the shortcode [getfbWall] within any page or post. Advanced WordPress users could also add the function call directly to their theme to use the widget outside of a page or post (more on this below)
Shortcode Usage
To output the Facebook Wall configured on the settings page, simply use the following shortcode anywhere in a post or page within WordPress:
[getfbWall]
To output a Facebook Wall configured with custom settings, you can define the settings on the shortcode like this:
[getfbWall fb_page_id=»xxxx»]
[getfbWall eefsm_fb_plugin_setting_live_stream=»1″ fb_page_id=’xxxx’]
The full list of shortcode settings:
access_token
fb_page_id
eefsm_fb_plugin_setting_live_stream
eefsm_fb_plugin_setting_page_videos
tilebackground
tiletext
tileborderradius
tilebordercolor
columncount
columnspacing
maxwidth
If you are using multiple walls on a single page, then each of your shortcodes needs to have a unique ID.
Advanced Usage
For those of you who know your way around a WordPress theme, it’s possible to embed the Facebook Wall directly within your theme using the wordpress function do_shortcode. This will allow you to put the widget anywhere in your theme, even outside of a post or a page.
To do so, use the following PHP code anywhere in your theme.
<?php echo do_shortcode('[getfbWall]') ?>
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Easy Embed for Social Media Wall» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Easy Embed for Social Media Wall» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
= 1.1.3=
* Tested upto latest wordpress version #5.8
= 1.1.2=
* Fixed layout as per the free version vs pro
1.1.1
- Fixed issue with Colorpicker in the admin area
1.1.0
- Added link to pro feature, and all the options for additional fields
1.0.9
- typo fix
1.0.8
- Replaced video section with posts, so page posts can be pulled in. Also added likes, comments, description for each post
1.0.7
- Cleaned up admin area and messaging
1.0.6
- Tested upto wp 5.6
1.0.5
- Final admin updates
1.0.4
- Enhanced Instructions in the admin page
1.0.3
- Fixed Instructions in the admin page, made it more enhanced o the user can easily setup access token code
1.0.2
- Updated plugin name
1.0.1
- Fixed link to developers app for access token, added new contributor, disabled live streaming for pro
1.0.0
- All set to go live!