`
天梯梦
  • 浏览: 13762464 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

如何使用Pinterest新推出的功能Rich Pin

 
阅读更多

前不久社交网站Pinterest推出了一项新的服务:Rich Pin。从名字我们不难猜出,这应该是信息更丰富的Pin。具体预览图如下:

从上图可以看到,这一个菜谱的Pin,以前我们仅仅只能看到图片以及文字。而在新推出的Rich Pin中,有一个分类就是专门针对菜谱的,其中专门针对菜谱的特点给出了如原料,菜名,烹调时间等资料。和以前通用的Pin相比,显然Rich Pin功能更强大,对用户更友好。

 

除了菜谱之外,这次推出的Rich Pin还有专门针对商品,电影和文章的。所以,做外贸的同学,可以好好利用Rich Pin for Product,内容营销的同学,可以好好利用Rich Pin for Article。

 

但是,并不是说Pinterest会自动分析你的Pin然后自动归类还填写相应信息什么的,需要咱们自己在网页里面添加代码以及去 Pinterest开通权限才可以。这篇博文就以Rich Pin for Article为例讲一下如何才能让自己的Pin变成Rich Pin。

 

1. 开通Business Account

以目前的条款下,个人帐号是无法使用Rich Pin的,所以,要享受新功能就得重新注册企业帐号。在注册完毕后记得再去Profile页面验证一下站长身份,方法都是老一套,在主页添加代码或者传一个文件到根目录。

 

2. 在网站上加入相应代码

比如我是要使用Rich Pin for Article,那么我就需要在我们的文章页面加上相应的代码。目前Rich Pin支持两种标准:Open Graph和Scheme.org。我个人比较喜欢Facebook的Open Graph,因为代码添加更简便,只需要在头部添加meta信息。而Scheme.org则要略微繁琐一点,不过萝卜青菜各有所爱,大家想用哪种用哪种。

<meta property="og:title" content="Bootchkas Multi-Legwarmer Boot Accessories" />
<meta property="og:type" content="product" />
<meta property="og:url" content="https://www.bootchkas.com/katie-1/" />
<meta property="og:image" content="https://www.bootchkas.com/wp-content/uploads/2014/02/DSC04996-pinterest.jpg" />
<meta property="og:site_name" content="Bootchkas" />
<meta property="og:price:amount" content="99.95" />
<meta property="og:price:currency" content="USD" />
<meta property="og:availability" content="instock" />
<meta property="product:gender" content="women" >
<meta property="product:color" content="black" >
<meta property="product:color:map" content="black" >

 

或者

<head>
	<meta property="og:title" content="de Young Copper Bookmark" />
	<meta property="og:description" content="
	Our signature bookmark derived from the de Young'
	s unique architecture and copper exterior. Measures 5 3/4'' x 1 1/4''.
	FAMSF Exclusive." />
	<meta property="og:type" content="product" />
	<meta property="og:url" content="http://shop.famsf.org/do/product/BK5160" />
	<meta property="og:image"
	content="http://shop.famsf.org/storeImages/images/store/BK5160.jpg" />
	<meta property="og:image"
	content="http://shop.famsf.org/storeImages/images/store/BK5161.jpg" />
	<meta property="og:site_name" content="FAMSF Store" />
	<meta property="og:price:amount" content="15.00" />
	<meta property="og:price:standard_amount" content="20.00" />
	<meta property="og:price:currency" content="USD" />
	<meta property="og:availability" content="instock" />
	<meta property="og:see_also"
	content="http://shop.famsf.org/do/product/MG-230-001" />
	<meta property="og:rating" content="4.5" />
	<meta property="og:rating_scale" content="5" />
	<meta property="og:rating_count" content="120" />
	<meta property="product:gender" content="unisex" >
	<meta property="product:color" content="Aqua" >
	<meta property="product:color:map" content="blue" >
	<meta property="product:color:image" content="http://cdn-i3.farfetch.com/C.jpg" >
	<meta property="product:color:image" content="http://cdn-i3.farfetch.com/D.jpg" >
	...
</head>
 

 

上图就是我在自己网站上添加的代码,content=” “里面的内容是我网站使用的CMS里定义的各种变量,所以这部分请勿照抄。

 

更多参考: http://ogp.me/ns/product and http://ogp.me/ https://developers.pinterest.com/rich_pins_product/

 

3. 去Pinterest验证代码是否添加正确

代码添加完毕后,到这个页面进行验证。随便填写一个你已经加入了代码的页面,然后Validate

一切顺利的话,此时会看到“Your pin’s been validated!”字样,然后还需要点击右侧的”Apply now”。

确保网站的域名没错,然后Data Format选择对应的选项,如果是使用的OpenGraph或者Scheme.org,选择HTML Tags就好,然后“Apply Now”.

这就是最后的画面了,一切都按照Pinterest的标准进行后,还要等待他们的审核。

我的网站也还在审核中,所以无法得知会耗时多久,以及是不是只要按照他们的要求做了就100%审核通过。

总之,Rich Pin对于贩卖漂亮商品的外贸网站,以及注重网站内容的站长们来说,绝对是“必须使用”级别的武器。

 

差点忘记说,Pin页面是会给Do-Follow链接的。

————————————————————————

Update:

我是26日下午申请的Rich Pin,27日凌晨3点就收到了申请通过的确认邮件。看来只要是按照他们的要求做了,审核都没什么问题。

刚试着Pin了一篇文章,已经是Rich Pin的样式了。

 

原文:http://www.cnzheyu.com/news/hangye/hy-23-695.html

参考:https://www.bootchkas.com/rich-pin-poor-pin-make-rich-pins-pinterest/

参考:https://developers.pinterest.com/rich_pins_product/

分享到:
评论

相关推荐

    pinterest 的流量秘密

    2. Pin机制:Pinterest上的内容以Pin的形式存在,每个Pin都包含图片和链接,用户可以保存(Repin)感兴趣的内容到自己的 boards(兴趣板)上,形成二次传播。 二、创建吸引人的内容 1. 图片质量:高清晰度、色彩...

    亚马逊运营技能之Pinterest运营.docx

    三、了解 Pinterest 的基础知识,如 follow、popular pins、suggested pins、promoted pins 等,并学会使用 Report Pin 功能。 四、学会使用 Pinterest 的分析工具,了解自己的曝光率、点击率、转换率等数据,并...

    pinterest源码php+mysql版本

    Pinterest页面底端自动加载无需翻页功能,让用户不断发现新图片,为用户提供在线收藏和分享Pinterest视觉艺术图片的服务。目前国内模仿 Pinterest做的比较好的当属于“花瓣”网。 方维兴趣图谱分享系统:就是一款...

    pinterest成功的背后——便签纸创意ppt模板.rar

    pinterest成功的背后,pin interest=pinterest,pinterest成功的背后——便签纸创意ppt模板。

    2022最新版:PIN V5.9主题:Pinterest风格个人砌体主题.rar

    总之,PIN V5.9主题以其独特的Pinterest风格和强大的功能,为WordPress用户提供了展示内容的新方式,无论是个人博主还是企业站点,都能从中受益。通过合理的配置和使用,可以创建出极具吸引力的在线空间。

    pinterest仿站

    这涉及到媒体查询(Media Queries)的使用,以便根据设备的宽度调整布局,确保在桌面、平板和手机等不同设备上都能呈现出最佳的用户体验。 2. **JavaScript与jQuery**:瀑布流布局通常需要JavaScript来动态加载和...

    UniProgy Pinnect仿pinterest的PHP脚本

    Pinterest是一个在线社交网络服务,用户可以“钉”(pin)他们喜欢的图片、视频或链接到自己的虚拟板上,便于个人收藏和分享。因此,这个脚本可能是为了帮助那些希望创建类似功能的网站所有者,提供一个快速启动和运行...

    Pinterest浅谈.ppt

    Pinterest的核心功能包括: 1. **内容生成(Pin)**:用户可以上传本地图片或直接从网络上抓取图片,并将其“钉”在自己创建的主题版(分类)上,即Pinboard。 2. **分类(Board)**:用户可以根据兴趣创建多个...

    Pinterest新版网站设计:大幅修改详细视图.docx

    除此之外,Pinterest还对Android和iOS应用进行了升级,以确保这些新功能在移动设备上同样可用。此外,针对内容发布者的反馈,Pinterest优化了浏览体验,让用户在点击链接后可以通过后退按钮轻松返回原来的位置,避免...

    Pinterest-API-PHP, 官方 Pinterest API的PHP包装器.zip

    Pinterest-API-PHP, 官方 Pinterest API的PHP包装器 Pinterest - PHP 官方的 Pinterest API的PHP包装器。要求PHP 5.4或者更高版本卷曲注册的Pinterest应用程序开始要使用 Pinterest,你必须将自己

    安卓Android源码——android平台仿pinterest瀑布流展现方式实现.rar

    这时可以使用`requestLayout()`方法来触发新的布局过程。 5. 处理滚动:在滚动过程中,为了优化性能,可以采用局部刷新的方式,只更新视口内可见的部分。同时,利用Recycler机制可以复用已滚动出视口的View,降低...

    使用jQuery Masonry实现Pinterest瀑布流

    在本文中,我们将深入探讨如何使用jQuery Masonry来创建类似于Pinterest的瀑布流布局。 首先,你需要在项目中引入jQuery库和jQuery Masonry插件。你可以从官方GitHub仓库或者CDN服务获取这两个资源。确保它们在HTML...

    【浏览器插件】Pincase Pinterest Video & Image Downloader.zip

    - **功能全面**:扩展支持Pinterest上的图片、GIF、视频以及Story Pins的下载,兼容Board、搜索页面、主信息流页面以及个人图钉等页面。 - **高效下载**:Pincase支持批量下载功能,无论是GIF、图片还是视频,都能...

    仿Pinterest网格瀑布流代码.zip

    通过理解以上知识点,并结合实际项目需求,我们可以创建一个功能完备、响应式的仿Pinterest网格瀑布流布局。这个压缩包中的代码应该包含了实现这些功能的HTML、CSS和JavaScript文件,你可以通过查看和学习这些代码,...

    pwt.zip_pinterest

    1. **Pinterest平台介绍**: Pinterest是如何运作的,它的核心功能,如创建板块、保存pins、分享内容等。 2. **用户行为分析**: 用户如何在平台上互动,如pin的创建、收藏、分享和评论的模式,以及这些行为如何...

    Pinterest Palooza-crx插件

    点击Pin的缩略图来访问源网站!...提示:按住CTRL键时,点击图钉缩略图图片,在Pinterest页面打开新浏览器标签页的同时,在Pinterest上停留。这使您可以排队几个页面阅读,而无需等待打开。 支持语言:English

    WP-Pinterest-Pin-It-Button:轻松地将 Pinterest“Pin It”按钮添加到您的 WordPress 网站

    "WP-Pinterest-Pin-It-Button" 是一个专门为 WordPress 平台设计的插件,它的主要功能是将 Pinterest 的 "Pin It" 按钮集成到用户的 WordPress 网站上。这使得访问者可以方便地将网站上的内容分享到 Pinterest 这个...

    swift-PinterestSwift-Pinterest风格图片缩放切换示例

    通过以上技术的组合运用,开发者可以创建出具有Pinterest风格的图片浏览体验,同时学习到Swift中关于视图布局、手势识别、动画和数据处理等多个方面的知识。这个示例项目“PinterestSwift-master”提供了实现这一...

    Page2图像Pin全页(PInterest)「Page2Images Pin Full Page (PInterest)」-crx插件

    它将使用当前的浏览器页面,将其快照并发送到Pinterest作为一个新密码。提供最好的和真正的模拟器。 中文 (简体) It will take the current browser page, snapshot it and send to Pinterest as a new pin. It ...

    pinterest-plugin:WordPress 的 Pinterest 插件

    在桌面设备上,“Pin It”按钮应出现在悬停时,并在点击时将用户带到 Pinterest Pin,而在移动设备上,“Pin It”按钮应自动出现,并将用户带到 Pinterest Pin一个新的触摸窗口。安装 Upload pinterest-plugin.zip ...

Global site tag (gtag.js) - Google Analytics