You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
social: [
{
name: 'developmentUpdates', // Unique name of the social widget
type: SocialType.Reddit, // What type of social widget is it?
group: 'community', // Multiple social widget feeds can be combined into a single cross-app group feed
options: {
subreddit: 'BulwarkCoin', // BulwarkCoin as an example
query: 'flair:"Community"' // Show only posts with Community flair (the little tag next to post) (You can empty this to show all posts or specify your own filt$
}
}
],
Specifications
Version:
Platform:
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Show the feed on the main screen
Actual Behavior
no feed shower
Steps to Reproduce the Problem
social: [
{
name: 'developmentUpdates', // Unique name of the social widget
type: SocialType.Reddit, // What type of social widget is it?
group: 'community', // Multiple social widget feeds can be combined into a single cross-app group feed
options: {
subreddit: 'BulwarkCoin', // BulwarkCoin as an example
query: 'flair:"Community"' // Show only posts with Community flair (the little tag next to post) (You can empty this to show all posts or specify your own filt$
}
}
],
Specifications
The text was updated successfully, but these errors were encountered: