Hi, I've looked and searched all over the place, but can't seem to find where to replace variables for twitter pull. Could someone point me in the right direction?

Comments

resveld’s picture

I had the same problem at first.
For now it's hardcoded in the profile.

You can go to: profiles/openpublic/modules/features/openpublic_defaults/openpublic_defaults.theme.inc to change the US state department tweets.

Look at the code in the above file:

/**
* State deparment Twitter Feed Block
*
* @TODO: make this (e.g. twitter account) administrable from the user interface.
*        Will most likely be done as part of Twitter Pull's default impl. itself.
*/

-Ronald

Stephen Rockwell’s picture

Status: Active » Closed (fixed)

thanks so much Ronald. I had looked all over the place...apparently almost all over the place.

resveld’s picture

You're welcome Stephen

mstornelli’s picture

Version: » 7.x-1.0-beta3

Gracias a Stephen por la pregunta y a Ronald por la respuesta, me han ahorrado mucho tiempo
Michele