pinterest

Custom Pinterest button for custom URL (Text-Link, Image, or Both)

孤街醉人 提交于 2019-11-27 13:05:22
I tried to find the solution but can't. I need a custom image for Pinterest (Pin It) button and pin some custom image by url but not a current page. I created a custom link: <a href="http://pinterest.com/pin/create/button/?url=http://inspired-ui.com&media={ImageURL}&description=DescriptionText" class="pinitbutton">Pin It</a> in style I set the background image but I see only default Pin It button and not my custom button There are some solutions where you can set custom button image for Pin It button but I can't change the media={ImageURL} in those solutions. The popular solution is <a href=

Pinterest架构之路-两年内从0到10亿月访问量

梦想与她 提交于 2019-11-27 07:37:58
前言 Pinterest已经可以驾驭每2.5个月流量就翻一倍的指数增长,他们实现了在2年内每月pv从0到10亿的结果。从2个创始人加1位工程师到超过40名工程师,从只有1台MySQL服务器到180台web服务器、240 API引擎、88个MYSQL DB和1个从库、110个Redis实例、200个Memcache实例。 令人吃惊的增长!他们是如何做到的呢?1年半年 Yashwanth Nelapati 和 Marty Weiner 演讲过这个富有戏剧性的架构进化故事,当初为求快,选择又多,他们也做了很多错误的选择(接下来是教训与经验总结)。 这是一个伟大的演讲,非常详情,但同时很接地气,架构的策略适合每个普通的你我,强烈推荐! 我从演讲中主要学到两条原则: 1.架构是当业务增长时可以方便的添加同样的东西就搞定。如果你认为扩展架构是只要扔更多的钱、加更多服务器(Boxs)的话,但如果你的架构能做到,那就是金钱。 2.当到达极限时所有的技术都会以自已特有的方式失败, 这就引出我们选型时的原则:成熟的、简单实用的、广为人知和喜欢的、社区支持友好的、性能向来表现优异的、尽可能不会出现失效且是免费的。根据这些原则,他们选择了:MySQL、 Solr 、 Memcache 和 Redis 。 Cassandra 和 MongoDB 丢掉了。 这两条原则是互相关联的

Generate Pinterest access token dynamically with PHP API

旧巷老猫 提交于 2019-11-27 07:12:53
问题 I have developed a Pinterest plugin for WordPress users. Now, facing token generation problem with Pinterest API. I have set and configure accordingly to API docs. In Step 1 you get an access code and in Step 2 , you need to request for access token with the help of access code. Step 1 going to succeed but in Step 2 throwing error response. I already asked to Pinterest Support through email but they are saying: We're a small team right now and we can't offer development support or consult for

Identify & Extract the title/description of an Image (Data Scraping Pinterest)

风流意气都作罢 提交于 2019-11-27 05:48:07
问题 How can Javascript/jQuery be used to identify the description or title corresponding to an image on a webpage with multiple images and descriptions? The page title can be extracted very easily, but the title may not correspond to the image especially if there are many images present on the page var title = document.title; I believe this has been done successfully by Pinterest's Pin-it bookmarklet. I'm guessing it has to do with an algorithm to find the nearest h1 , h2 , h3 or the image's alt

How can I duplicate Pinterest website's modal effect?

做~自己de王妃 提交于 2019-11-26 22:29:37
问题 I would like to create the same effect as on Pinterest when you click on an image: a modal window opens up but the URL of the page also changes. This last part is crucial: the URL in the address bar of the browser has changed, but we still see the original page content in the background (that's why I call it a modal even though it may be much more complicated than that). I am ideally looking for a jQuery solution. [edit] I should add that of course the Pinterest behaviour does not break the

iOS application integration with pinterest [closed]

两盒软妹~` 提交于 2019-11-26 19:21:14
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . What is the most reliable way currently to allow pinterest sharing from iOS app? Pinterest API is not public yet and only suggested

Android heterogeneous gridview like pinterest? [closed]

我是研究僧i 提交于 2019-11-26 17:00:08
Is it possible to create pinterest like layout on Android using GridView ? I want to create image gallery using GridView but I am not sure if it is good solution. I do not want create three LinearLayouts (I think that this solution is not good: Pinterest style listview or gridview in android ) Any ideas ;)? Create layout like as follow <ScrollView...> <LinearLayout.... android:id="@+id/linear1" orientation="horizontal"> <LinearLayout.... android:id="@+id/linear2" android:layout_weight="0.33" orientation="vertical"> <LinearLayout.... android:id="@+id/linear3" android:layout_weight="0.33"

pinterest api documentation [closed]

五迷三道 提交于 2019-11-26 14:51:21
Update Aug 2015: Pinterest provides it here now https://dev.pinterest.com/ Is there official or unofficial documentation on the v2 Pinterest API? Things I know: JSON api is in version 2. https://api.pinterest.com/v2 gives you a json response People are programming against it because there is a mobile app and beta dev Pintrest authentication question on SO PHP wrapper for v1 with updates for v2 on Github by Kellan with methods: upload, pin, repin, boards, activity, popular - reading Kellan's code is the best information I could find More info on Kellan's work with responses from Pinterest team

Android heterogeneous gridview like pinterest? [closed]

。_饼干妹妹 提交于 2019-11-26 05:00:10
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 12 months ago . Is it possible to create pinterest like layout on Android using GridView ? I want to create image gallery using GridView but I am not sure if it is good solution. I do not want create three LinearLayouts (I think that this solution is not good: Pinterest style listview or

Is it possible for flex items to align tightly to the items above them?

淺唱寂寞╮ 提交于 2019-11-25 21:35:07
问题 This is, in effect, the Pinterest layout. However, the solutions found online are wrapped in columns, which means the container inadvertently grows horizontally. That is not the Pinterest layout, and it does not work well with dynamically-loaded content. What I want to do is have a bunch of images of fixed width and asymmetrical height, laid out horizontally but wrapping in a new row when the limits of the fixed-width container are met: Can flexbox do this, or do I have to resort to a JS