Skip to content

Commit

Permalink
✨ Add iOS app ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Feb 24, 2022
1 parent 78beb5e commit 07b5848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/web/templates/embed_collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{%- endif %}
<meta property="article:published_time" content="{{collection.created}}">
<meta name="twitter:card" content="summary">
<meta name="apple-itunes-app" content="app-id=myAppStoreID, app-argument=iamages://view?type=collection&id={{ collection.id }}">
<meta name="apple-itunes-app" content="app-id=1611306062, app-argument=iamages://view?type=collection&id={{ collection.id }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#F1965B">
<link rel="icon" type="image/png" href="{{ url_for('static', path='/icons/iamages-icon.png') }}">
Expand Down
2 changes: 1 addition & 1 deletion server/web/templates/embed_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{%- endif %}
<meta property="article:published_time" content="{{file.created}}">
<meta name="twitter:card" content="summary_large_image">
<meta name="apple-itunes-app" content="app-id=myAppStoreID, app-argument=iamages://view?type=file&id={{ file.id }}">
<meta name="apple-itunes-app" content="app-id=1611306062, app-argument=iamages://view?type=file&id={{ file.id }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#F1965B">
<link rel="icon" type="image/png" href="{{ url_for('static', path='/icons/iamages-icon.png') }}">
Expand Down
2 changes: 1 addition & 1 deletion server/web/templates/embed_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta property="og:url" content="{{ url_for('embed_user', username=user.username) }}">
<meta property="profile:username" content="{{user.username}}">
<meta name="twitter:card" content="summary">
<meta name="apple-itunes-app" content="app-id=myAppStoreID, app-argument=iamages://view?type=user&id={{ user.username }}">
<meta name="apple-itunes-app" content="app-id=1611306062, app-argument=iamages://view?type=user&id={{ user.username }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#F1965B">
<link rel="icon" type="image/png" href="{{ url_for('static', path='/icons/iamages-icon.png') }}">
Expand Down

0 comments on commit 07b5848

Please sign in to comment.