FVCP - Facebook , Twitter and Meetup API / Widgets

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    FVCP - Facebook , Twitter and Meetup API / Widgets - Presentation Transcript

    1. What I have done with Facebook, Twiter and Meetup API /Widgets Presented by Pete DuMelle PD Design, Inc Brought to you by Fox Valley Computing Professionals HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    2. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Page Widget Twitter Application Pull your Twitter to your Web site Name Tag generator Event look up
    3. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Page Widget
    4. Fan Page Widget
      • What is a Facebook page?
      • Make a page
      • Use the widget generator
      • Cut and past the code to your page
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    5. Make a Page
      • Log on to Facebook
      • Click on Advertising
      • Click on Page
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    6. Use the Widget
      • Log on to Facebook Page
      • Click on Add Fan Box to your site
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    7. Use the Widget HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    8. Use the Widget HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals http://tenpathwaysofhealinglove.com/contactus.php
    9. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals API http://apiwiki.twitter.com/Twitter-API-Documentation *150 api calls per hour
    10. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Twitter Application
    11. Application
      • What one place to see and post to multiple twitter accounts
      • http://twitterapps.pddesigninc.com/
      • Login and get the friend feeds PHP
      • $twitter_username = 'YOUR_USERNAME_HERE'; $twitter_password = 'YOUR_PASSWORD_HERE';
      • $XMLfilename = "http://$twitter_username:$twitter_password@twitter.com/statuses/friends_timeline.rss";
      • Login and Update your StatusPHP
      • $twitter_username = 'YOUR_USERNAME_HERE'; $twitter_password = 'YOUR_PASSWORD_HERE';
      • $twitter_whatiamdoing = 'YOUR UPDATE HERE';
      • httpRequest('twitter.com', '/statuses/update.xml?status='.$twitter_whatiamdoing , 'POST');
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    12. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Add custom Twitter Feed to your site
    13. feeds
      • Custom Example
      • http://www.pddesigninc.com/
      • http://www.feedforall.com/download-feedforall.htm
      • http://pddesigninc.com/handouts/twitterfeed.zip
      • Line 29 rss2htmltwitter.php
      • $XMLfilename = "http://twitter.com/statuses/user_timeline/16738311.rss";
      • Edit Twitter-template.html
      • Add include to your site
      • <!--#include file=&quot;rss2htmltwitter.php&quot; -->
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals
    14. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Add Twitter widget to your site
    15. Widget
      • Log on to twitter
      • Click on Goodies
      • Click on Widgets
      • Click on My Website
      • Click Profile Widget
      • Edit the wizard
      • Finish & Grab Code
      • Cut and past code to your site
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Example http://energyrealitytheory.com/readings.php
    16. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals API http://www.meetup.com/meetup_api/ *Need api Key
    17. HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals RSVP Name look up and Event look up
    18. Event Lookup
      • <?PHP
      • $GroupID= “enter in Group ID”;
      • $apikey = “add your api did&quot;;
      • // this is the meetup api Event_id is the event that that you want return the Key is my api key this is call the rsvp that returns all of the info for the people that rsvp yes or maybe
      • $request_url = &quot;http://api.meetup.com/events.xml/?group_urlname=&quot;.$GroupID.&quot;&key=&quot;.$apikey ;
      • // standard Curl
      • $ch = curl_init();
      • $timeout = 5;
      • curl_setopt($ch, CURLOPT_URL, $request_url);
      • curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
      • curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
      • $data = curl_exec($ch);
      • curl_close($ch);
      • // puts the data in to $xml varable for seperation
      • $xml = new SimpleXMLElement($data);
      • ?>
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Example http://meetup-api.pddesigninc.com/
    19. RSVP Lookup
      • <?PHP
      • $EventID= “event ID”
      • $apikey = “add your api did&quot;;
      • // this is the meetup api Event_id is the event that that you want return the Key is my api key this is callin the rsvp that returns all of the info for the peopel that rsvped yes or maybe
      • $request_url = &quot;http://api.meetup.com/rsvps.xml/?event_id=&quot;.$EventID.&quot;&key=&quot;.$apikey;
      • // standard Curl
      • $ch = curl_init();
      • $timeout = 5;
      • curl_setopt($ch, CURLOPT_URL, $request_url);
      • curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
      • curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
      • $data = curl_exec($ch);
      • curl_close($ch);
      • // puts the data in to $xml varable for seperation
      • $xml = new SimpleXMLElement($data);
      • ?>
      HTTP://PDDESIGNINC.COM Fox Valley Computing Professionals Example http://meetup-api.pddesigninc.com/
      • Pete DuMelle
      • PD Design Inc
      • 847-768-8495
      • [email_address]
      • Presentation
      • http://www.pddesigninc.com/BusinessBuilding.shtml
      • Articles
      • http://ezinearticles.com/?expert=Peter_DuMelle
      • Thank You
      Fox Valley Computing Professionals

    + Pete DuMellePete DuMelle, 3 months ago

    custom

    675 views, 1 favs, 1 embeds more stats

    FVCP - Facebook , Twitter and Meetup API / Widgets. more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 675
      • 668 on SlideShare
      • 7 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 21
    Most viewed embeds
    • 7 views on http://www.pddesigninc.com

    more

    All embeds
    • 7 views on http://www.pddesigninc.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories