1

I'd like to add a simple text-based twitter feed to the footer of my website. From what I've read, you must generate the code for the feed through twitter, but the customization options seem extremely limited. Is there another way possible? This is the result I currently have:

http://www.charissasantos.la/mezcaleria.html

I'd like to change the background, decrease the height, remove the username photos, etc.

4

4 回答 4

1

您可以试试这个 Javascript 库,它可以让您将自定义 CSS 添加到 twitter 嵌入小部件。https://github.com/kevinburke/customize-twitter-1.1

于 2013-03-30T23:48:01.700 回答
0

您可以将您的 css 注入 iframe:

resources (twitter iframe)
$(window).on('load', function() {
      $('#twitter-widget-0').contents().find('head').append('<link href="http://website.com/style.css" rel="stylesheet" type="text/css" />');
});
于 2013-08-23T15:41:36.307 回答
0

按照此链接中给出的简单步骤,可以生成 twitter 小部件的各种时间线。请按照以下步骤创建自定义时间线小部件。

于 2015-11-04T08:35:50.490 回答
0

可能这对你有帮助

这是一个示例代码和演示,可用于在 twitter 中搜索

http://www.codexworld.com/create-custom-twitter-widget-using-php/

您也可以查看此示例,这可能会完全满足您的要求。http://dev.kim-maida.com/twitter/

这是演示代码和代码示例链接。https://github.com/kmaida/twitter-timeline-php

于 2015-11-04T07:44:26.463 回答