Topic-icon Change SCsocialstream module image properties.

Active Subscriptions:

None
In the Scsocialstream module displaying my Facebook page, posted photos are resized and do not take up the full width of the module.
Is there a way to change their display size?

and

Above each photo is the text 'PHOTOS FROM "MY FACEBOOK PAGE" POST.
It's in caps and does not look very good, is there any way to remove this text?
The topic has been locked.
Support Specialist
9 years 10 months ago #58890 by mel

In the Scsocialstream module displaying my Facebook page, posted photos are resized and do not take up the full width of the module.
Is there a way to change their display size?

For the first issue, could you try Alex's suggestion from this post to change code in the /components/com_jfbconnect/libraries/provider/facebook/channel/page.php file? The image displayed is a thumbnail, but we'd have to request the full image in order to display a bigger one. Let me know if this helps or if you continue to have the issue after changing this code. I've added an issue in our tracker to add a way to toggle this in our stream but that should get you past this issue for now.

Above each photo is the text 'PHOTOS FROM "MY FACEBOOK PAGE" POST.
It's in caps and does not look very good, is there any way to remove this text?

This text should be controlled by the language string COM_JFBCONNECT_CHANNELS_LINK_TO_POST in the language's com_jfbconnect.ini file

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 10 months ago #58897 by moraelin
Hi,

I did try Alex's suggestion by changing the lines of code mentioned in the other post. But it made no difference for me.

And I found COM_JFBCONNECT_CHANNELS_LINK_TO_POST in the language file, but couldn't see anyway to change the text.

Thanks
The topic has been locked.
Support Specialist
9 years 10 months ago #58912 by alzander
After you make the change from that post, please make sure you clear the Joomla cache. If that still doesn't work, set the "Enable Debug Mode" option in JFBConnect to 'Yes'. That will ensure that any old feeds will not be used and they will be fetched 'fresh'. You shouldn't leave that setting enabled, but it's a good way to narrow down why the option didn't work.

In the language file, you can simply edit the text to whatever you want. You can also use Language Manager -> Overrides area in the Joomla admin area to find the string and update it's value there. That may be simpler to go through the admin area instead of messing with files.

I hope that helps!
Alex
The topic has been locked.