Daniele Angileri
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Social Stream] space marginsif you’re trying to manipulate the outer space you have to overwrite the CSS properties within the Expert-tab. e.g:
.wp-fb-social-stream { padding: 10px; }
- This reply was modified 7 years, 11 months ago by Daniele Angileri.
Forum: Plugins
In reply to: [Facebook Social Stream] Number of feed posts as shortcutI’ve added this feature to the feature-list but can’t promise any release-date
Forum: Plugins
In reply to: [Facebook Social Stream] Feed not auto-updating@greencouch currently there’s no way to trigger it without visitor interaction.
Do you have the possibility to create serverside cronjobs?Forum: Plugins
In reply to: [Facebook Social Stream] Feed not auto-updatingsince I can’t reproduce it and I have no insights in (custom) themes or installed plugins, there does not exist a solution for this behavior.
Forum: Plugins
In reply to: [Facebook Social Stream] HTTPSIs fixed in version 1.6.6
Forum: Plugins
In reply to: [Facebook Social Stream] HTTPSYou’re right, thx for that hint. I’ll have a look at it
Forum: Plugins
In reply to: [Facebook Social Stream] Horizontal streamHi, you have the possibility to overwrite the stream CSS with your floating custom CSS. Have a look at the expert-tab.
Forum: Plugins
In reply to: [Facebook Social Stream] Feed not auto-updatingIf the manual update is working then there is no issue with the connection itself. So you configured the plugin correctly against your facebook page.
The automatic update is triggered once someone browses to your page where the stream is included. This happens via Ajax background request. Some WordPress plugins (caching, optimizer, CDN configuration) suppress this behavior or mess it up. Maybe that’s the reason why the auto-update is not working.
Forum: Plugins
In reply to: [Facebook Social Stream] Plugin for Facebook GroupsDo you have any restrictions configured (age verification, location restrictions)?
Is the page accessible without facebook login?Forum: Plugins
In reply to: [Facebook Social Stream] Facebook Feed on WordPress NetworkHi Joseph, thx for your feedback!
Forum: Plugins
In reply to: [Facebook Social Stream] Intro not neededHi Andreas,
if you’re talking about the “simple” theme, you can hide the account info with custom css (“expert” tab -> custom inline css)
e.g.:
.wp-fb-social-stream .fb-info { display: none; }
It is included in release 1.6.5
Forum: Plugins
In reply to: [Facebook Social Stream] HTTP ResponseSorry, the extension-service is up and running. The plugin uses
file_get_contents
function to retrieve data from different APIs. Maybe there are some restrictions within your hosting contractForum: Plugins
In reply to: [Facebook Social Stream] Only videoHi,
it is currently not possible to filter posts via content-type.
Thx for your bugfix! I’ll have a look at it