如何使用 iOS Pin It SDK 在 Pinterest 中实现 Followboard 按钮功能?
Posted
技术标签:
【中文标题】如何使用 iOS Pin It SDK 在 Pinterest 中实现 Followboard 按钮功能?【英文标题】:How to achieve Followboard button functionality in Pinterest using iOS Pin It SDK? 【发布时间】:2015-05-15 19:50:45 【问题描述】:我在我的应用程序中使用ios Pin It SDK 来实现 Pinterest 社交数据所需的功能,例如获取板和引脚详细信息以及 Pinit 按钮功能等,但我仍然无法实现“Followboard”功能。
如果有人可以提出任何适当的解决方案,那么这将有助于解决问题,就像我在这个问题上的技巧所做的那样。
【问题讨论】:
我认为没有办法解决这个问题。 【参考方案1】:目前在 Pinterest API 中没有可用的此功能的可能解决方案,因为您可以在官方提供的应用程序中打开您的 Pinterest 页面(如果可用),在浏览器中打开它,以便用户可以通过以下方式关注页面或板一段代码:
- (IBAction)openPinterestUser:(id)sender
// Open the Pinterest App if available
if (![[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"pinterest://user/pagename"]])
// Opening the app didn't work - let's open Safari
if (![[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.pinterest.com/pagename/"]])
// Nothing works - perhaps we're not online
NSLog(@"Oops!");
- (IBAction)openPinterestBoard:(id)sender
// Open the Pinterest App if available
if (![[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"pinterest://board/boardname"]])
// Opening the app didn't work - let's open Safari
if (![[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.pinterest.com/boardname"]])
// Nothing works - perhaps we're not online
NSLog(@"Oops!");
【讨论】:
以上是关于如何使用 iOS Pin It SDK 在 Pinterest 中实现 Followboard 按钮功能?的主要内容,如果未能解决你的问题,请参考以下文章
启用 Chrome 插件后如何从我网站上的图像中隐藏 Pin It 按钮
将 Pin it 按钮放置在 Pinterest 插件的图像顶部
html Pin It Hover Button #pinterest