Attribute | Setting name | Description | Example |
id | Facebook ID | Your page/group/profile id for which you are displaying feed | id="2345444786" |
fb_id_type | Facebook ID type | Select if this Facebook ID is a FB page or group or profile (must be selected accordingly) | FB_id_type="page" or FB_id_type="group" or FB_id_type="profile" |
header | Show header | Show header text at the top of feed display like "follow us in facebook" | header="true" |
like_btn | Show like button | Show top like button | like_btn="true" |
like_btn_id | Like button id | Top like button id | like_btn_id="2345444786" |
num | Show number of posts | Enter the number of posts to be displayed for the page/group/profile feed | num="10" |
width | Width | width of feed display in percent(%) like 100,80,50.. | width="100" |
height_option | Height options | How the height of feed display will be, whether fixed height or height will be according to the size of content |
height_option="fixed" or height_option="size of posts" |
height | Height(fixed) | Enter the height of feed display in pixels, if "height options" setting above was set as "fixed". In this case if content exceeds the height, scroll plugin will appear. |
height="100" |
guest_posts | Show guest entries | Show other posts which have been done by users instead of page/group admin | guest_posts="true" |
border | Show outer border | Show outer border around feed display | border="true" |
cache_time | Check for new posts directly from facebook in every | It's the first input box for entering value on how long cached data will be displayed. See the general settings page in wp dashboard for details.If you enter this, you should specify the time unit in next attribute |
cache_time="30" |
cache_unit | Check for new posts directly from facebook in every | It's the 2nd select box for cache setting.You should enter cache_time attribute above. look for wp admin dashboard setting page for details. |
cache_unit="minutes" or cache_unit="hours" |
page_own_comment | Show page's comment as post | Show page's own comment in the post appearing as a post in feed display | page_own_comment="true" |
post_types | Post Types | Which type of posts to be displayed in feed seperated by comma like statuses,links,photos,videos,events |
post_types="statuses,links,photos,videos,events" or post_types="photos,videos" |
post_layout | Select Layout | Select from two layouts where in first layout picture will be at right side and in 2nd layout picture will be at left side | post_layout="pic_right" or post_layout="pic_left" |
post_items | It includes many settings in post layout setting tab in plugin setting page. this shortcode is responsible for showing/hiding parts of the post | Define which post items will be shown, include items by comma. Short form of the item name with details as follows - pauthavatar = show post author avatar, authname=post author name, posttxt=show post text, photos=show media photos, medianame=media name, mediadesc=media description, date=show date,postlikebtn=show post like link,shares=show shares,likes=show likes,reactions=show all types of reactions counts, comments=show comments, comauthavatar=comment authar avatar |
post_items="pauthavatar,authname,posttxt,photos,medianame,mediadesc,date,postlikebtn" |
post_pic_size | Width | Set picture sizes of the post to give different photo post layouts | post_pic_size="thumb" or post_pic_size="full" |
filter_containing | Show posts containing | Show posts which contain this string(Eg. #football, rose ...) | filter_containing="#football" |
filter_excluding | Don't show posts containing | Show posts which don't contain this string(Eg. #football, rose ...) | filter_excluding="rose" |
filter_id | Display posts by post id | Display specific post by putting post id | filter_id="34546655" |
backg_color | Background color of wall (#ffffff...) | background color of feed display | backg_color="#f0f0f0" |
post_brd_color | Post border color(#E6E8E8...) | post border color | post_brd_color="#f0f0f0" |
author_text_size | Post author name text size | Post author text size in pixels | author_text_size="13" |
author_text_color | Post author name color(#3B5998...) | Post author name color | author_text_color="#f0f0f0" |
post_text_size | Post text size | Post text size | post_text_size="12" |
post_text_color | Post text color(#333333...) | Post text color | post_text_color="#f0f0f0" |
media_name_size | Media name text size | Media name text size | media_name_size="12" |
media_name_color | Media name color(#3B5998...) | Media name color | media_name_color="#f0f0f0" |
media_desc_size | Media description size | media desc text size | media_desc_size="11" |
media_desc_color | Media description color(#4e4f4e...) | media desc text color | media_desc_color="#f0f0f0" |
date_size | Date text size | Date text size | date_size="11" |
date_color | Date text color(#777...) | Date text color | date_color="#f0f0f0" |
like_link_size | Post like link size | Post like link text size | like_link_size="12" |
like_link_color | Post like link color(#3B5998...) | Post like link color | like_link_color="#f0f0f0" |
likes_bg_color | Post like section background color(#EDEFF4...) | Post like section background color | likes_bg_color="#f0f0f0" |
likes_text_size | Post like section text size | Post like section text size | likes_text_size="12" |
likes_text_color | Post like section text color(#3B5998...) | Post like section text color(#3B5998...) | likes_text_color="#f0f0f0" |
com_bg_color | Background color of comments(#EDEFF4...) | Background color of comments | com_bg_color="#f0f0f0" |
com_text_size | Comment text size | Comment text size | com_text_size="11" |
com_auth_color | Comment author name text color(#3B5998...) | Comment author name text color(#3B5998...) | com_auth_color="#f0f0f0" |
com_text_color | Comment text color (#333333...) | Comment text color | com_text_color="#f0f0f0" |
com_date_color | Comment date color (#777...) | Comment date color | com_date_color="#f0f0f0" |
text_link_color | Link color in post text(#3B5998...) | All Links' color in post and comment text | text_link_color="#f0f0f0" |