kevinburke / customize-twitter-1.1

Add your own custom CSS to modify the Twitter Embeddable Widget
MIT License
92 stars 29 forks source link

Embedding within Blogger Widget #14

Open matthewwimer opened 10 years ago

matthewwimer commented 10 years ago

This is awesome!

I have this set up in my blog (www.lostlittlelutheran.com), but I can't get the css to link. I've tried putting the css directly in the widget, into Blogger's css, linking the widget's css to a Dropbox file… nothing.

Can you give me some guidance about how to make it work?

Thanks!

kevinburke commented 10 years ago

I'm not sure. when you link your CSS file in the network tab, does it say it loads? Do you have an example I can look at?

matthewwimer commented 10 years ago

Sorry, got caught up in the holidays and forgot to get back to this.

I snagged your example css, and was going to modify it from there, but it doesn't seem to be accepted. I'm not sure if I can't get the script to point to the right place within Blogger's css, or what the issue might be.

I've tried putting the css into Blogger's typical html. No luck. Tried putting it somewhere within:

var options = { "url": "/my-styles.css" }; CustomizeTwitterWidget(options);

Essentially, I've got the script within a widget. I've tried putting your example css inside the widget itself, too, but no luck. I'm not certain why it's not being accepted.

Any help would be appreciated! Thanks!