|
NetflixInclude<< Extended Images With Links | Cookbook-V1 | Bibtex Ref >> Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
GoalA module to allow markup code to be placed in a page that will allow inclusion of an individual's Netflix queue or outgoing list. The module allows multiple user to have their Netflix queue displayed on the same site. Netflix cookie information is stored in configuration files so that others can not know it. FilesDistribution unzips with these files: Installation
$NetflixIdList['id_name'] = 'cookie';
So for the user "bruno" you would add the following where the value set is the same string from your browser's cookies list:
$NetflixIdList['bruno'] = 'PXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
require_once("local/netflix.php");
ExampleSee the author's queue. HistoryAugust 10th, 2004 - Initial release, version 0.1
Comments & BugsIt seems that NetFlix(approve links) now offers RSS Feeds(approve links). Therefore it could be possible to use an alternative solution for displaying your Queue such as through the UsingRSSFeed recipe. If anyone gets this working then let me know! Authors
CopyrightSee individual files for copyright information. pmwiki-2.2.0-beta68 -- Last modified by {{JamesMcDuffie}}
|