<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 16:55:35 +0000</lastBuildDate>
    <item>
      <title>(PHP) Convert Array To Variables - mloberg</title>
      <link>https://snipplr.com/view/49237/convert-array-to-variables</link>
      <description>&lt;p&gt;This simply takes an array and coverts it to variables. E.g. If you had an array, $array = array("key" =&gt; "value"), after running this script, $key would be "value".&lt;/p&gt;</description>
      <pubDate>Sat, 19 Feb 2011 06:50:45 UTC</pubDate>
      <guid>https://snipplr.com/view/49237/convert-array-to-variables</guid>
    </item>
    <item>
      <title>(PHP) Flickr Photos Pull-In PHP JSON - mloberg</title>
      <link>https://snipplr.com/view/42794/flickr-photos-pullin-php-json</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 23 Oct 2010 05:51:54 UTC</pubDate>
      <guid>https://snipplr.com/view/42794/flickr-photos-pullin-php-json</guid>
    </item>
    <item>
      <title>(PHP) Twitter PHP Script - mloberg</title>
      <link>https://snipplr.com/view/42740/twitter-php-script</link>
      <description>&lt;p&gt;A Twitter pull-in that I coded using PHP. Uses the JSON user_timeline Twitter API call. It displays the tweet with links to any urls, users, or hashtags, the time ago, and if it was in reply to anyone.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Oct 2010 05:37:06 UTC</pubDate>
      <guid>https://snipplr.com/view/42740/twitter-php-script</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Vimeo Player - mloberg</title>
      <link>https://snipplr.com/view/42715/jquery-vimeo-player</link>
      <description>&lt;p&gt;This is a two file video player. I use JSON to get the list of videos from a user, then when a thumbnail is clicked, an AJAX request is sent with the id of the video, and an oEmbed response is sent back.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Oct 2010 02:04:31 UTC</pubDate>
      <guid>https://snipplr.com/view/42715/jquery-vimeo-player</guid>
    </item>
    <item>
      <title>(JavaScript) Display Latest Tweets JavaScript - mloberg</title>
      <link>https://snipplr.com/view/42709/display-latest-tweets-javascript</link>
      <description>&lt;p&gt;Display the latest tweets of a user using JavaScript. Not really a recommended way. If Twitter is slow, your site will load slow. I would recommend using my PHP implementation instead. It will not hang your site if Twitter is not working.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Oct 2010 01:36:20 UTC</pubDate>
      <guid>https://snipplr.com/view/42709/display-latest-tweets-javascript</guid>
    </item>
    <item>
      <title>(PHP) Simple Vimeo JSON API Implementation - mloberg</title>
      <link>https://snipplr.com/view/42652/simple-vimeo-json-api-implementation</link>
      <description>&lt;p&gt;This is a very simple use of the Vimeo API. All it does is list the video title, a thumbnail of the video, and the description. More advance script coming later.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Oct 2010 07:22:05 UTC</pubDate>
      <guid>https://snipplr.com/view/42652/simple-vimeo-json-api-implementation</guid>
    </item>
    <item>
      <title>(PHP) Tumblr JSON API Implementation - mloberg</title>
      <link>https://snipplr.com/view/42648/tumblr-json-api-implementation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 21 Oct 2010 06:01:26 UTC</pubDate>
      <guid>https://snipplr.com/view/42648/tumblr-json-api-implementation</guid>
    </item>
  </channel>
</rss>
