Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update social media links in EdX footer. #7383

Merged
merged 1 commit into from
Mar 17, 2015
Merged

Update social media links in EdX footer. #7383

merged 1 commit into from
Mar 17, 2015

Conversation

wedaly
Copy link
Contributor

@wedaly wedaly commented Mar 17, 2015

  • Replaces some PLATFORM_* settings with a more general setting for specifying social media URLs in the footer.
  • Adds icons and titles for new social media sites (Tumblr, Reddit, Youtube) to match EdX.org.

JIRA: ECOM-1134

@stephensanchez please review

Replaces some PLATFORM_* settings with a more
general setting for specifying social media
URLs in the footer.

Adds icons and titles for new social media
sites (Tumblr, Reddit, Youtube) to match
EdX.org.
@wedaly
Copy link
Contributor Author

wedaly commented Mar 17, 2015

This will require some changes to the config repo as well: https://github.com/edx/configuration/pull/1904

@@ -51,11 +51,6 @@

PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount"
PLATFORM_TWITTER_URL = "https://twitter.com/YourPlatformTwitterAccount"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like these are still used on the LMS course about page for white label.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I can't seem to find them when I grep the code base. (I'm finding the _ACCOUNT settings, which aren't deleted, but not the _URL settings).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah my mistake, I found PLATFORM_TWITTER_ACCOUNT, not URL. You should be all
set!

On Tue, Mar 17, 2015 at 1:37 PM, Will Daly notifications@github.com wrote:

In lms/envs/common.py
https://github.com/edx/edx-platform/pull/7383#discussion_r26595974:

@@ -51,11 +51,6 @@

PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount"
-PLATFORM_TWITTER_URL = "https://twitter.com/YourPlatformTwitterAccount"

Hmm, I can't seem to find them when I grep the code base. (I'm finding the
_ACCOUNT settings, which aren't deleted, but not the _URL settings).


Reply to this email directly or view it on GitHub
https://github.com/edx/edx-platform/pull/7383/files#r26595974.

@stephensanchez
Copy link
Contributor

One comment to update the about page if needed, after that, ship it; 👍

wedaly pushed a commit that referenced this pull request Mar 17, 2015
Update social media links in EdX footer.
@wedaly wedaly merged commit 9b49059 into master Mar 17, 2015
@wedaly wedaly deleted the will/ecom-1134 branch March 17, 2015 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants