Customizations on a Wordpress plugin

Discussion in 'PHP' started by amarsyla, Dec 8, 2012.

  1. #1
    Hey guys, I have a viral Facebook plugin for Wordpress. It can be described like this:

    I can lock posts with it, and if somebody wants to see the content, she/he has to click the link or the image that says CLICK TO SEE to unlock it. When he clicks it, he has to authorize the facebook plugin.

    How can I customize it so users don't have to click the link to authorize the app, they will just click the post icon and automatically they will be led to facebook to authorize, so they wont see the post page first.

    I would really pay the one that helps me, but I am 15 years old.

    If anybody could help me, it would be great.

    Thanks.
     
    amarsyla, Dec 8, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Just comment out the code you don't want. (If you can't read code well enough to figure out which code that is, find someone in school who can, bring a printed copy of the plugin's code and have him/her show you what to change. There's no generic "do this" for something like that, other than my first sentence.
     
    Rukbat, Dec 8, 2012 IP
  3. ratan1980

    ratan1980 Member

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    28
    #3
    you need to provide Facebook authorization in your WordPress plugin code which is basically a php code. Facebook comes with the php sdk.. you need to follow that . also you need to register as a developer or if you have a site register that site with the Facebook. you would get API key and secret , tokens etc. by doing this. this is just a general process of doing integration with Facebook.
     
    ratan1980, Dec 11, 2012 IP