instafeedjs

    0熱度

    1回答

    我一直在爲instafeed.js(http://instafeedjs.com/)爲我的網頁提供Instagram feed。 它工作,顯示圖像和我需要的任何數據,但jQuery無法識別instafeed.js創建的對象(在「模板」上定義的對象)。 <body> <div id="instafeed"></div> <script> var userFeed

    1熱度

    2回答

    我使用here的'instafeed.js'插件在其網站上顯示我客戶的Instagram照片。我不斷收到錯誤,不知道出了什麼問題。這個插件以前用得很好。 這是我的代碼: <script type="text/javascript"> var feed = new Instafeed({ get: 'user', userId: '2030811713',

    0熱度

    1回答

    我想添加instaFeed上我的web應用程序,但我得到這個錯誤: instafeed.min.js:1 Uncaught SyntaxError: Unexpected token < 我想這是因爲我沒有正確添加腳本,但是啊,我找不到什麼是錯的: 而且在我的JavaScript創建這樣的飼料,當我點擊一個按鈕: 'click #goToInstagramFeed'(event){ se

    0熱度

    1回答

    IM做的客戶端,這需要他們的Instagram照片的網站要在一個選項卡中。我使用Angular4和Instafeed來完成這個任務。我使用NPM安裝Instafeed,將腳本鏈接到.angular-cli,將.ssl-cli鏈接到css,然後在Tab的HTML中鏈接instaFeed腳本,最後以類InstaFeed的Div結束。但是,在運行該網站時,我沒有看到任何錯誤,但也沒有顯示任何圖片。請幫忙

    7熱度

    2回答

    我想從我通過Instafeed JS插件收集的訂閱源中跳過所有視頻類型帖子。從幾個其他帖子閱讀,設置一個過濾器將解決它,但如果我申請這個(見下文)我只得到2圖像,而不是5。其中5個是視頻類型,其餘的是圖像類型。不知道這是怎麼回事? var loadButton = document.getElementById('instafeed-loadmore'); var feed = ne

    2熱度

    1回答

    將instafeed.js用於Instagram反饋。我使用的是分辨率:'standard_resolution',並且禁用了Instagram客戶端的非方形媒體選項,以獲得612x612上的所有圖片方塊,但是,這已經停止了突然工作,並且不知道問題來自哪裏。

    1熱度

    1回答

    我一直在使用instagram javascript發送javascript,但它不打印屏幕圖片和文本我的代碼與示例相同。 <script type="text/javascript"> var userFeed = new Instafeed({ get: 'user', userId: '2216402239', clientId: '577953a9c38a4

    0熱度

    1回答

    我嘗試使用instafeed.js在我的magento網站上顯示我帳戶中的最後一個instagram信息。 這裏是我的腳本: <script type="text/javascript"> var feed = new Instafeed({ clientId: 'myclientid', accessToken: 'myaccesstoken'

    0熱度

    1回答

    由於我的網站使用Panini(Foundation 6),使用Instafeed的模板方面存在問題。 Instafeed - http://instafeedjs.com 發現在這篇文章中解決了傑奇網站的問題。 http://chrissciolla.com/tech/jekyll-instafeedjs-tutorial.html 任何想法?謝謝

    0熱度

    1回答

    嗨,大家好: 現在我只是用標準<div id="instafeed"></div>,但我希望能夠做到像下面這樣: <div id="instafeed-1">Instagram feed with a specific tag</div> <div id="instafeed-2">Instagram feed with a specific user</div> <div id="insta