Closed
Bug 489684
Opened 17 years ago
Closed 17 years ago
Add GS widget to AMO FAQ page
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.5
People
(Reporter: osunick, Assigned: clouserw)
References
()
Details
<div id="gsfn_list_widget">
<a href="http://www.getsatisfaction.com/mozilla" class="widget_title">Active customer service discussions in Mozilla about Mozilla Add-ons</a>
<div id="gsfn_content">Loading...</div>
<div class="powered_by"><a href="http://www.getsatisfaction.com/"><img alt="Favicon" src="http://www.getsatisfaction.com/favicon.gif" style="vertical-align: middle;" /></a> <a href="http://www.getsatisfaction.com/">Get Satisfaction support network</a></div>
</div>
<script src="http://www.getsatisfaction.com/mozilla/widgets/javascripts/6608f6700c/widgets.js" type="text/javascript"></script><script src="http://www.getsatisfaction.com/mozilla/topics.widget?callback=gsfnTopicsCallback&length=0&limit=5&product=mozilla_mozilla_add_ons&sort=recently_active" type="text/javascript"></script>
Updated•17 years ago
|
OS: Mac OS X → All
| Reporter | ||
Comment 1•17 years ago
|
||
<style type="text/css" media="all"> div#gsfn_list_widget img { border: none; }
div#gsfn_list_widget { font-size: 12px; width: 250px; border: 6px solid #DDD; padding: 10px; }
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
</style>
<div id="gsfn_list_widget">
<a href="http://www.getsatisfaction.com/mozilla" class="widget_title">Active customer service discussions in Mozilla</a>
<div id="gsfn_content">Loading...</div>
<div class="powered_by"><a href="http://www.getsatisfaction.com/"><img alt="Favicon" src="http://www.getsatisfaction.com/favicon.gif" style="vertical-align: middle;" /></a> <a href="http://www.getsatisfaction.com/">Get Satisfaction support network</a></div>
</div>
<script src="http://www.getsatisfaction.com/mozilla/widgets/javascripts/6608f6700c/widgets.js" type="text/javascript"></script><script src="http://www.getsatisfaction.com/mozilla/topics.widget?callback=gsfnTopicsCallback&limit=5&sort=last_active_at&style=topics" type="text/javascript"></script>
Comment 2•17 years ago
|
||
I tried dropping comment #2 into the localized "about" page and the localized page seemed to not be loaded, so I think there's some sort of problem including it in the page.
This is only a trial of the widget, so we only want it to be on the en-US page. Can a developer take a look at this?
OS: All → Mac OS X
Comment 3•17 years ago
|
||
It's probably just a small problem and you can figure it out if there's an error message? If you write a patch, I can review it.
| Reporter | ||
Comment 4•17 years ago
|
||
Wil says he can look since he doesn't sleep. :)
Comment 5•17 years ago
|
||
(In reply to comment #4)
> Wil says he can look since he doesn't sleep. :)
like ... ever?
I KNEW IT!
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 6•17 years ago
|
||
Why is this on the about page instead of the FAQ?
Also, some of their remote JS redirects to non-ssl files. We need that to stay on SSL.
| Assignee | ||
Comment 7•17 years ago
|
||
r25000 on the FAQ page.
Assignee: fligtar → clouserw
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
Verified FIXED with the following caveats:
* The widget doesn't seem to support JavaScript-disabled (just displays "Loading...")
* Fligtar mentioned we only care about en-US, but of course this is already available in the French locale: https://preview.addons.mozilla.org/fr/firefox/pages/faq -- I think we're only counting en-US, though?
* Are we not getting an account with a focus specific to add-ons?
Status: RESOLVED → VERIFIED
Summary: Add GS widget to AMO about page → Add GS widget to AMO FAQ page
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•