Facebook feed

Developer
Size
2,087 Kb
Views
34,408

How do I make an facebook feed?

What is a facebook feed? How do you make a facebook feed? This script and codes were developed by Mark Robbins on 21 August 2022, Sunday.

Facebook feed Previews

Facebook feed - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Facebook feed</title> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="newsFeed"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='http://jquery-plugins.net/FeedEk/FeedEk.js'></script> <script src="js/index.js"></script>
</body>
</html>

Facebook feed - Script Codes CSS Codes

body{ background:#666;
}
#newsFeed { width:450px; height:500px; overflow:auto; padding: 0px 3px 3px 5px; background-color:#FFF; border:1px solid #D3CAD7; margin-top:3px; margin-left:auto; margin-right:auto;
}
ul{ list-style:none; padding:10px; margin:0px;
}
/* hide title as it's just an abreviated description */
.itemTitle a{ font-size:0px; float:right;
}
/* link is tied into the title so show this here */
.itemTitle a:before { content:'Comment '; font-size:16px;
}
.itemContent { padding:1px 3px 3px 3px; border-bottom:1px solid #D3CAD7; color:#3E3E3E;
}
.itemDate { font-size:12px; color:#666; font-weight:bold;
}
.itemContent img {
}

Facebook feed - Script Codes JS Codes

$('#newsFeed').FeedEk({ FeedUrl: 'http://www.facebook.com/feeds/page.php?format=rss20&id=177654605623624', MaxCount: 5, ShowDesc: true, ShowPubDate: true
});
Facebook feed - Script Codes
Facebook feed - Script Codes
Home Page Home
Developer Mark Robbins
Username M_J_Robbins
Uploaded August 21, 2022
Rating 3
Size 2,087 Kb
Views 34,408
Do you need developer help for Facebook feed?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mark Robbins (M_J_Robbins) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!