Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I found a tutorial. You can see the demo: http://tutorialzine.com/2011/03/custom-facebook-wall-jquery-graph/

Using the tutorial I can retrieve posts from facebook and display it in vertical fashion. The problem however is I want to show the posts retrieved from facebook in howizontal fashion in different div's. Please help
Posted

1 solution

What you have to do is, update your structure with following changes, there is a section on that page with script id "feedTpl", in this he written
HTML
<li>Some Code Here</li>
tag. On that location you can replace it with div and give your own css class to make it horizontal.
 
Share this answer
 
v2
Comments
Member 10720555 5-Apr-14 1:26am    
I tried making it div and giving float:left. But couldn't achieve that

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900