Is it possible to edit the placement of the section-thumb class image on the social wall module? I would like to place this image for the Facebook wall stream.
I mean, that I want to have the image in a facebook post (for example the Joomla 3.5 Beta 1 Released image in the screenshot below) below the text part.
Hi MPG,
Thanks for your reply!
About your question change position of thumb you can change it by following steps:
Step 1: Go to path {root}/modules/mod_jux_social_stream/assets/js/ then open file jux_social_stream_network_wall.js
Step 2: YOu can see default option from line 57.
Example change position of thumbnail of facebook you can change code in line 62 from:
out: 'intro,thumb,title,text,user,share',
to
out: 'intro,title,text,thumb,user,share',
Similar with other network. Hope this help!
If you like our product please write a review and vote all 100 points for us at:
extensions.joomla.org/extension/jux-social-stream
It will help us very much to develop our product! Many thanks!