WIX: How to implement a gallery slide show for all the post in a blog - slideshow

I'am working on a blog web site. Each blog has an image. I need a slide show that will show all posts (or some posts) with their images as a slideshow.]
Have read WIX help pages and there explanations on how to make a slide show for a single post but not for all the post.
We are thinking about migrating from WP where we have a plugin that after adding a post we can see the image in the slide show. After reading about blogs in WIX I am not sure that this is a good ideal.

Is this the sort of effect you are looking for:
When you are in the Wix Editor you can add different Blog feed layouts using the Add Element button...
Check out the Blog Articles for more help here:
https://support.wix.com/en/new-wix-blog

Related

CMS to develop an aggregator of posts

I would like to know if there is a CMS where users sign up and create posts (with text, images and videos) and then these posts are displayed on the main page of the website. Posts can be voted. Posts can also be filtered by most voted, most recent and by tag name. Basically, it will be like the Stack Overflow website but instead of questions, users post a topic.
If such a CMS does not exists, what options are available to develop one in terms of existing CMS/templates/themes that I can customize or otherwise?
There is some alternatives to go on with. I would go with a PHP one since it's more widespread but they should all do the job. Here's 2 of them:
http://www.osqa.net/
http://www.lampcms.com/
You can find more by doing a Google search with the keywords "Q&A Platform".

how to embed youtube video in virtumart 2.0 product description page

i want to embed youtube video into virtumart2.0 product description page, but i am unable to embed the youtube video. i have searched about it and come to know that if in array $tagBlacklist have to remove embed and object tag from blacklist.
I have done with this, but my problem is remaining same, youtube video is not embeded with my product description page.For this i have also used AllVideos (by JoomlaWorks) module,but it works only in articles not in virtumart product description.
Can anyone help me to figure out this problem
Thanks in advance
you can see here , i have embed you tube video in product detail page.
you should install Easy Embed Video Plugin in joomla.
after just put {youtube}CEDiiDYIHw8{/youtube} in your description.
you can Download Plugin Here

Facebook Comment page through API

I've searched for a while but I've only found the Facebook UI, that has some basic dialogs. Maybe some of you know some iOS apps that can open the comments page in a new "page" (e.g. Flipboard). Is there a way to show the comment page directly from Facebook or I have to simulate it through the API?
UPDATE: Not a page comment box. I want to show the comments of a post.
It is possible to create a facebook app showing your comment box. The same comment box can be showed in different pages/ urls using the "data-href" url.
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
You could eventually add an static url in a database or something like that to wich you can always refer.
I dont exactly know what you want but i hope this helps

Facebook Like Button for Facebook Page for Blog

I just created a Facebook page for my blog and am working on adding the like button. I suppose my first question is, is there already a like button added to a Facebook fan page itself and the code for the like button is so you can create a like button on a whole different page, like my Blogspot blog page? Since I'm the admin I'm not sure if I'm seeing whatever else is. If not, I'd like to add a like button to my Facebook page for people to like, but for the life of my cannot figure out where to paste the code. I know it says behind the tag, but that doesn't mean anything to me. Please help.
http://developers.facebook.com/docs/plugins/
On the Facebook page is a like button of course already integrated, on that page you can get code for your Blog or website.
Specifically, you're looking for this plugin:
https://developers.facebook.com/docs/reference/plugins/like/
Specify the URL you want the like button to like, whether that be your blog post or your facebook page.
You are looking for the facebook Like Box.
https://developers.facebook.com/docs/reference/plugins/like-box/

Using the Facebook Graph API for posting a customized image on user's facebook wall

In my Facebook app the user can assemble a couple of small images to a larger image. Is it at all possible to post this image to the user's wall without posting it as a photo?
As far as I can see, the alternative would be to post a link to a web page that contains the og:image meta tag but this appears to be quite cumbersome since I'm dealing with a customized image.
Is there any another way to post the image to the wall?
Tried with the picture property on the post object which worked. For some reason it didn't work when I tried it some weeks back.