I am using the FaceBook Feed Pro by Smashballoon on hidden link.
I have been using it on this site for years with out an issue.
Smashballoon has a shortcode that basically is something like this...
[custom-facebook-feed id='XXXXXXXXXXXXXXXXX'] where the id is the Facebook id of the entities I want to show the feed for.
The plugin allows multiple ids, so I created a view to list all of the ids.
The resulting Shortcode is this....
[custom-facebook-feed id='1565045343719930[wpv-view name="include-comma-separated-facebook-ids-for-events" raw="true" no-view-wrap="true"]' type=events eventsource=eventspage num=99 limit=99 layout=thumb desclength=200 eventimage=cropped include='media,link,author,eventtitle,eventdetails,date' eventdatepos=above eventdatecustom='l, F j (g:ia)']
If I simply display the view by itself, the resulting output is...
,Eaglesnestrockincountrybar,1434861936743073,408000962864570,884982521647749,1565045343719930,190266227682064,509469945744482,55338077653,219191728177198
(which is all of the id numbers that I want to use for the feed)
Therefore the entire shortcode should be...
[custom-facebook-feed id='1565045343719930,Eaglesnestrockincountrybar,1434861936743073,408000962864570,884982521647749,1565045343719930,190266227682064,509469945744482,55338077653,219191728177198' type=events eventsource=eventspage num=99 limit=99 layout=thumb desclength=200 eventimage=cropped include='media,link,author,eventtitle,eventdetails,date' eventdatepos=above eventdatecustom='l, F j (g:ia)']
However it is not working. The result used to work just fine. If I remove the WP-TYPES shortcode and simply add the id number manually, it works. I cannot determine if this is an issue with WP-Types or Smashballoon.
You can actually see the current result at the bottom of this page...
hidden link