StanScates / Tweet.js-Mod

Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
MIT License
234 stars 103 forks source link

How To Change Twitter App Variables in (index.php) Dynamically in WordPress #41

Open HadyShaltout opened 11 years ago

HadyShaltout commented 11 years ago

I need to change twitter app variables in (index.php) dynamically with the data from Option Panel like: ( private $consumer_key = $data['$consumer_key_var']; ).

Thanks for help...