Module: BadPigeon::Component
- Defined in:
- lib/bad_pigeon/elements/component.rb
Constant Summary collapse
- ORGANIC_FEED_TWEET =
normal tweet in e.g. home/latest or a user’s timeline
"suggest_ranked_organic_tweet"- NORMAL_TWEET =
"tweet"- FOLLOWING =
tweet in the latest timeline
"following_in_network"- ORGANIC_LIST_TWEET =
tweet in a list timeline
"suggest_organic_list_tweet"- PINNED_TWEET =
user’s pinned tweets
"suggest_pinned_tweet"- PINNED_TWEETS =
"pinned_tweets"- EXTENDED_REPLY =
reply that shows up in your timeline
"suggest_extended_reply"- SOCIAL_CONTEXT =
algorithmic timeline suggested tweets
"suggest_sc_tweet"- SOCIAL_ACTIVITY =
X follows
"suggest_activity_tweet"- RANKED_FEED_TWEET =
X liked
"suggest_ranked_timeline_tweet"- PROMOTED_TWEET =
promoted tweet (ad)
"suggest_promoted"- FOLLOWING_PROMOTED =
"following_promoted"- FOLLOW_SUGGESTIONS =
“Who to follow” block
"suggest_who_to_follow"