我一直在搜索一个提要模块,该模块将显示带有Views (Drupal7.x)的Facebook和Twitter提要。随着Twitter使用oauth,许多Drupal 7社交提要模块还没有赶上使用oauth。我想在社交解析器中使用视图的主要原因是,我想使用动画(如幻灯片放映)来显示每个社交提要。
我已经找到了用于提要的社交解析器,它可以与视图模块一起工作,但没有一个可以用于Drupal7.x。
有没有人有任何建议,允许在视图中使用社交提要模块?
发布于 2014-03-29 12:09:36
我想你有一些选择
您可以使用活动流,导入的提要成为节点,这样就可以使用视图重新创建它们。您可以选择只启用所需的模块。Facebook附加模块在发布队列中也有一个Drupal 7发布。
Activity Stream builds a lifestream, a "River of You", by aggregating all your social activities in one place. Whether it's bookmarks on Del.icio.us, posts from Twitter or your blog, edits to wikis or enjoyed music and movies, anything you create can be gathered into one easy-to-read stream. Every item becomes a full Drupal node, allowing them to be searched, promoted, commented upon, and managed just like any other piece of content within Drupal.或者,您可以使用TB社会饲料,提要项成为节点,因此它们也可以与视图一起使用。
This module we have developed for our responsive Premium Drupal theme TB Wall. We contribute this module to the community and hope you can re-use it in your projects and development.
**What does this module do?**
This module aggregates content from social media sites. The module will retrieve public RSS feeds or request the API and creates a node for each item. Your website visitors will be able to see your sharings directly on your website and drive those visitors to your social media account. This way you might increase facebook fans, twitter followers etc.
We currently support facebook, twitter, vimeo, youtube, instagram, Flickr. Anyone feel free to contribute to this module so we can add up other social media channels.还有社会饲料,它在问题队列中有一个Drupal 7发布,但是它为提要项创建一个块,而不是为每个提要项创建一个节点。
所以我想前两种选择是你需要的
发布于 2016-03-24 13:06:03
社会内容模块将社交帖子作为节点导入,然后可以用视图显示这些节点。我们在Drupal 7中成功地使用了这一点。
从项目页面:
这使得可以将来自社交媒体网站的内容作为节点导入。内容可以从以下站点中提取:可以从用户帐户和hashtag中提取Twitter Tweets。需要OAuth模块。Instagram Instagram帖子可以从用户帐户和标签中删除。Facebook的帖子可以从Facebook页面中删除。Tumblr文本、图片和视频源可以从Tumblr博客导入。可以从Pinterest板中导入Pinterest内容。Youtube频道的视频可以被导入。可以导入SoundCloud SoundCloud轨道。Linkedin公司的更新可以导入。VK VK组/用户墙posts导入。可以导入来自公共光流的Flickr照片。可以导入来自光流和相册的Picasa Web相册。所有这些模块都被分离成项目中的各个模块,因此您可以只启用您想要使用的模块。
https://drupal.stackexchange.com/questions/108353
复制相似问题