Skip to content

Instantly share code, notes, and snippets.

@cgnkev
cgnkev / rss_reader.php
Created December 3, 2017 04:27 — forked from mburst/rss_reader.php
RSS Feed Reader in PHP
<html>
<head>
<title>RSS Feed Reader</title>
</head>
<body>
<?php
//Feed URLs
$feeds = array(
"http://maxburstein.com/rss",
"http://www.engadget.com/rss.xml",

Keybase proof

I hereby claim:

  • I am cgnkev on github.
  • I am cgnkev (https://keybase.io/cgnkev) on keybase.
  • I have a public key ASBNZGZA2tX7YYV_BtgS4UFFefhJAqa7xrniEqAIDesSDgo

To claim this, I am signing this object:

@cgnkev
cgnkev / index.html
Created May 1, 2017 19:15
Social sharing buttons
<div class="main-container">
<h1>Ridiculously Responsive Social Sharing Buttons</h1>
<hr />
<div class="share-container clearfix">
<!-- Buttons start here. Copy this ul to your document. -->
<ul class="rrssb-buttons clearfix">
<li class="facebook">
<!-- Replace with your URL. For best results, make sure you page has the proper FB Open Graph tags in header:
@cgnkev
cgnkev / tweetrssfeed.php
Last active December 3, 2017 00:23
test
Skip to content
All gists
GitHub
Instantly share code, notes, and snippets.
0